mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update image versions from 3.9 to 3.10
This commit is contained in:
parent
a0b25938f4
commit
86af3fe0e7
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -273,7 +273,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.10
|
||||
|
||||
- name: pre-commit dependencies
|
||||
run: |
|
||||
|
@ -292,7 +292,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.10
|
||||
|
||||
- name: Documentation build
|
||||
run: |
|
||||
|
@ -358,7 +358,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
|
||||
- name: Extract branch name
|
||||
shell: bash
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.9-slim-bullseye as base
|
||||
FROM python:3.10.4-slim-bullseye as base
|
||||
|
||||
# Setup env
|
||||
ENV LANG C.UTF-8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.9-slim-bullseye as base
|
||||
FROM python:3.9.12-slim-bullseye as base
|
||||
|
||||
# Setup env
|
||||
ENV LANG C.UTF-8
|
||||
|
|
|
@ -32,7 +32,7 @@ tests_require =
|
|||
pytest-mock
|
||||
|
||||
packages = find:
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
|
|
Loading…
Reference in New Issue
Block a user