Skip to content

Commit 055df15

Browse files
committed
Add Python 3.14
1 parent 403c554 commit 055df15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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,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

Lines changed: 2 additions & 0 deletions
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 \

0 commit comments

Comments
 (0)