Skip to content

Commit

Permalink
Update image versions from 3.9 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed May 15, 2022
1 parent a0b2593 commit 86af3fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tests_require =
pytest-mock

packages = find:
python_requires = >=3.6
python_requires = >=3.8

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function check_installed_python() {
exit 2
fi

for v in 9 10 8
for v in 10 9 8
do
PYTHON="python3.${v}"
which $PYTHON
Expand Down

0 comments on commit 86af3fe

Please sign in to comment.