File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments