diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 7114d2b..ee0a7c1 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -21,7 +21,7 @@ jobs: matrix: include: - arch: amd64 - toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy39,pypy310 + toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310 - arch: arm64 toxenv: py312 - arch: ppc64le diff --git a/Dockerfile b/Dockerfile index f4ecf93..5d7d17a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ RUN dnf update -y \ python3.12-tkinter \ python3.13-devel \ python3.13-tkinter \ + python3.14-devel \ + python3.14-tkinter \ python3-pip \ /usr/bin/tox \ /usr/bin/virtualenv \ diff --git a/README.md b/README.md index e4067db..bc65b4d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ N goes EOL. # Installed packages On top of stable Fedora, this Docker image contains: -- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 +- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 - Pypy2, Pypy3.9 and Pypy3.10 - python3-pip - gcc, gcc-c++, git-core and make