Skip to content

Commit 99ff6d5

Browse files
committed
Add Python 3.12
1 parent f71aa5e commit 99ff6d5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- arch: amd64
2424
toxenv: py27,py36,py37,py38,py39,py310,py311,pypy,pypy37,pypy38,pypy39
2525
- arch: arm64
26-
toxenv: py38,py39,py311
26+
toxenv: py38,py39,py311,py312
2727
- arch: ppc64le
2828
toxenv: py37,py38,py311
2929
- arch: s390x

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)