Skip to content

Commit 33711bf

Browse files
committed
Add PyPy 3.10
Fixes #68
1 parent 7b03f73 commit 33711bf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy38,pypy39
24+
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy38,pypy39,pypy310
2525
- arch: arm64
2626
toxenv: py38,py39,py311
2727
- arch: ppc64le

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN dnf update -y \
1010
pypy2-devel \
1111
pypy3.8-devel \
1212
pypy3.9-devel \
13+
pypy3.10-devel \
1314
python2.7 \
1415
python3.6 \
1516
python3.7 \

README.md

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

1818
On top of stable Fedora, this Docker image contains:
1919
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
20-
- Pypy2, Pypy3.8 and Pypy3.9
20+
- Pypy2, Pypy3.8, Pypy3.9 and Pypy3.10
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make
2323
- tox

0 commit comments

Comments
 (0)