Skip to content

Commit 0cf70f9

Browse files
committed
Python 3.11
1 parent 55f82c4 commit 0cf70f9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
matrix:
1919
include:
2020
- arch: amd64
21-
toxenv: py27,py35,py36,py37,py38,py39,py310,pypy,pypy3
21+
toxenv: py27,py35,py36,py37,py38,py39,py310,py311,pypy,pypy3
2222
- arch: arm64
23-
toxenv: py38,py39
23+
toxenv: py38,py39,py311
2424
- arch: ppc64le
25-
toxenv: py37,py38
25+
toxenv: py37,py38,py311
2626
- arch: s390x
27-
toxenv: py35,py36,py38,pypy3
27+
toxenv: py35,py36,py38,py311,pypy3
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN dnf update -y \
1717
python3.8 \
1818
python3.9 \
1919
python3.10 \
20+
python3.11 \
2021
python3-pip \
2122
/usr/bin/tox \
2223
/usr/bin/virtualenv \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run your Tox tests with all available Python versions in Docker container.
1010
# Installed packages
1111

1212
On top of stable Fedora, this Docker image contains:
13-
- Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
13+
- Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
1414
- Pypy2 and Pypy3
1515
- python3-pip
1616
- gcc, gcc-c++, git-core and make

example_project

0 commit comments

Comments
 (0)