Skip to content

Commit 252397a

Browse files
committed
Add Python 3.14
1 parent 403c554 commit 252397a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

+1-1
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,py313,pypy,pypy39,pypy310
24+
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310
2525
- arch: arm64
2626
toxenv: py312
2727
- arch: ppc64le

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN dnf update -y \
2323
python3.12-tkinter \
2424
python3.13-devel \
2525
python3.13-tkinter \
26+
python3.14-devel \
27+
python3.14-tkinter \
2628
python3-pip \
2729
/usr/bin/tox \
2830
/usr/bin/virtualenv \

README.md

+1-1
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, 3.13
19+
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
2020
- Pypy2, Pypy3.9 and Pypy3.10
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make

0 commit comments

Comments
 (0)