Skip to content

Commit 0c51f3c

Browse files
committed
drop pypy3.9 support
1 parent 22d34a7 commit 0c51f3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- '3.12'
7272
- '3.13'
7373
- '3.13t'
74-
- 'pypy3.9'
7574
- 'pypy3.10'
75+
- 'pypy3.11'
7676

7777
runs-on: ubuntu-latest
7878

@@ -424,7 +424,7 @@ jobs:
424424
- os: linux
425425
manylinux: auto
426426
target: x86_64
427-
interpreter: pypy3.9 pypy3.10 pypy3.11
427+
interpreter: pypy3.10 pypy3.11
428428

429429
# musllinux
430430
- os: linux
@@ -444,15 +444,15 @@ jobs:
444444
target: x86_64
445445
- os: macos
446446
target: aarch64
447-
interpreter: 3.9 pypy3.9 pypy3.10 pypy3.11
447+
interpreter: 3.9 pypy3.10 pypy3.11
448448

449449
# windows;
450450
# x86_64 pypy builds are not PGO optimized
451451
# i686 not supported by pypy
452452
# aarch64 only 3.11 and up, also not PGO optimized
453453
- os: windows
454454
target: x86_64
455-
interpreter: pypy3.9 pypy3.10 pypy3.11
455+
interpreter: pypy3.10 pypy3.11
456456
- os: windows
457457
target: i686
458458
python-architecture: x86
@@ -486,7 +486,7 @@ jobs:
486486
with:
487487
target: ${{ matrix.target }}
488488
manylinux: ${{ matrix.manylinux }}
489-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }}
489+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 pypy3.10 pypy3.11' }}
490490
rust-toolchain: stable
491491
docker-options: -e CI
492492

0 commit comments

Comments
 (0)