Skip to content

Commit a958af2

Browse files
authored
Drop PyPy 3.9 and PyPy 3.10 support (both no longer supported upstream) (#77)
1 parent dcacdfb commit a958af2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- os: windows
3030
target: x86_64
31-
interpreter: pypy3.9 pypy3.10 pypy3.11
31+
interpreter: pypy3.11
3232
- os: windows
3333
target: i686
3434
python-architecture: x86
@@ -39,15 +39,15 @@ jobs:
3939

4040
- os: macos
4141
target: x86_64
42-
interpreter: pypy3.9 pypy3.10 pypy3.11
42+
interpreter: pypy3.11
4343
- os: macos
4444
target: aarch64
4545
# actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
46-
interpreter: 3.8 3.9 pypy3.9 pypy3.10 pypy3.11
46+
interpreter: 3.8 3.9 pypy3.11
4747

4848
- os: ubuntu
4949
target: x86_64
50-
interpreter: pypy3.9 pypy3.10 pypy3.11
50+
interpreter: pypy3.11
5151
- os: ubuntu
5252
target: i686
5353
- os: ubuntu
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
target: ${{ matrix.target }}
9595
manylinux: ${{ matrix.manylinux || 'auto' }}
96-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11' }}
96+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11' }}
9797
rust-toolchain: ${{ env.RUST_VERSION }}
9898
docker-options: -e CI
9999

0 commit comments

Comments
 (0)