Skip to content

Commit

Permalink
Drop PyPy 3.8 from test jobs
Browse files Browse the repository at this point in the history
Upstream has dropped support for PyPy 3.8:
https://doc.pypy.org/en/latest/release-v7.3.11.html
  • Loading branch information
messense committed Jun 17, 2023
1 parent a4322ad commit 9e6f4b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- 'pypy3.8'
- 'pypy3.9'
- 'pypy3.10'
Expand Down Expand Up @@ -362,11 +361,11 @@ jobs:
# PyPy
- target: aarch64-unknown-linux-gnu
abi: pp37-pypy37_pp73
python: pypy3.7
python: pypy3.9
container: ghcr.io/messense/manylinux2014-cross:aarch64
- target: aarch64-unknown-linux-gnu
abi: pp38-pypy38_pp73
python: pypy3.8
python: pypy3.10
container: ghcr.io/messense/manylinux2014-cross:aarch64
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9e6f4b7

Please sign in to comment.