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
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
matrix:
include:
- arch: amd64
toxenv: py27,py35,py36,py37,py38,py39,py310,pypy,pypy3
toxenv: py27,py35,py36,py37,py38,py39,py310,py311,pypy,pypy3
- arch: arm64
toxenv: py38,py39
toxenv: py38,py39,py311
- arch: ppc64le
toxenv: py37,py38
toxenv: py37,py38,py311
- arch: s390x
toxenv: py35,py36,py38,pypy3
toxenv: py35,py36,py38,py311,pypy3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN dnf update -y \
python3.8 \
python3.9 \
python3.10 \
python3.11 \
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 @@ -10,7 +10,7 @@ run your Tox tests with all available Python versions in Docker container.
# Installed packages

On top of stable Fedora, this Docker image contains:
- Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
- Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
- Pypy2 and Pypy3
- 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