Skip to content

Commit 3ab2a38

Browse files
committed
Add Python 3.13
1 parent 33711bf commit 3ab2a38

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
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy38,pypy39,pypy310
24+
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy38,pypy39,pypy310
2525
- arch: arm64
2626
toxenv: py38,py39,py311
2727
- arch: ppc64le

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN dnf update -y \
2222
python3.11-tkinter \
2323
python3.12-devel \
2424
python3.12-tkinter \
25+
python3.13-devel \
26+
python3.13-tkinter \
2527
python3-pip \
2628
/usr/bin/tox \
2729
/usr/bin/virtualenv \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ N goes EOL.
1616
# Installed packages
1717

1818
On top of stable Fedora, this Docker image contains:
19-
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
19+
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
2020
- Pypy2, Pypy3.8, Pypy3.9 and Pypy3.10
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make

0 commit comments

Comments
 (0)