Skip to content

Commit 8934e48

Browse files
committed
Add freethreading Python 3.14 and 3.15
1 parent 45efd6d commit 8934e48

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
include:
2424
- arch: amd64
25-
toxenv: py36,py39,py310,py311,py312,py313,py314,py315,pypy,pypy39,pypy310,pypy311
25+
toxenv: py36,py39,py310,py311,py312,py313,py314,py315,py314t,py315t,pypy,pypy39,pypy310,pypy311
2626
- arch: arm64
2727
toxenv: py312
2828
- arch: ppc64le

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ RUN dnf update -y \
2222
python3.13-tkinter \
2323
python3.14-devel \
2424
python3.14-tkinter \
25+
python3.14-freethreading-devel \
26+
python3.14-freethreading-tkinter \
2527
python3.15-devel \
2628
python3.15-tkinter \
29+
python3.15-freethreading-devel \
30+
python3.15-freethreading-tkinter \
2731
python3-pip \
2832
/usr/bin/tox \
2933
/usr/bin/virtualenv \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ N goes EOL.
1717

1818
On top of stable Fedora, this Docker image contains:
1919
- Python 3.6, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15
20+
- Freethreading Python 3.14, 3.15
2021
- Pypy2, Pypy3.10 and Pypy3.11
2122
- python3-pip
2223
- gcc, gcc-c++, git-core and make

0 commit comments

Comments
 (0)