Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- arch: amd64
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy38,pypy39,pypy310
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy38,pypy39,pypy310
- arch: arm64
toxenv: py38,py39,py311
- arch: ppc64le
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN dnf update -y \
python3.11-tkinter \
python3.12-devel \
python3.12-tkinter \
python3.13-devel \
python3.13-tkinter \
python3-pip \
/usr/bin/tox \
/usr/bin/virtualenv \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
- Pypy2, Pypy3.8, Pypy3.9 and Pypy3.10
- python3-pip
- gcc, gcc-c++, git-core and make
Expand Down
2 changes: 1 addition & 1 deletion example_project
Submodule example_project updated 2 files
+1 −0 .travis.yml
+1 −1 tox.ini