Skip to content

Commit 7cf2a48

Browse files
committed
Python 3.11
1 parent 55f82c4 commit 7cf2a48

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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)