Skip to content

Commit 07a4e13

Browse files
committed
Add Python 3.12
1 parent f71aa5e commit 07a4e13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN dnf update -y \
2020
python3.10-tkinter \
2121
python3.11-devel \
2222
python3.11-tkinter \
23+
python3.12-devel \
24+
python3.12-tkinter \
2325
python3-pip \
2426
/usr/bin/tox \
2527
/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.6, 3.7, 3.8, 3.9, 3.10, 3.11
13+
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
1414
- Pypy2 and Pypy3.7, Pypy3.8 and Pypy3.9
1515
- python3-pip
1616
- gcc, gcc-c++, git-core and make

0 commit comments

Comments
 (0)