Skip to content

Commit 7708c02

Browse files
hroncokfrenzymadness
authored andcommitted
Add Python 3.15
1 parent 7595f7c commit 7708c02

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
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
include:
2424
- arch: amd64
25-
toxenv: py36,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310,pypy311
25+
toxenv: py36,py38,py39,py310,py311,py312,py313,py314,py315,pypy,pypy39,pypy310,pypy311
2626
- arch: arm64
2727
toxenv: py312
2828
- arch: ppc64le

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN dnf update -y \
2424
python3.13-tkinter \
2525
python3.14-devel \
2626
python3.14-tkinter \
27+
python3.15-devel \
28+
python3.15-tkinter \
2729
python3-pip \
2830
/usr/bin/tox \
2931
/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 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
19+
- Python 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15
2020
- Pypy2, Pypy3.9, Pypy3.10 and Pypy3.11
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make

0 commit comments

Comments
 (0)