File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 73
73
- ' pypy3.10'
74
74
- ' pypy3.11'
75
75
- ' graalpy-3.11'
76
+ - ' graalpy-3.12'
76
77
77
78
runs-on : ubuntu-latest
78
79
@@ -409,6 +410,7 @@ jobs:
409
410
- os : linux
410
411
manylinux : auto
411
412
target : aarch64
413
+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
412
414
- os : linux
413
415
manylinux : auto
414
416
target : armv7
@@ -428,7 +430,7 @@ jobs:
428
430
- os : linux
429
431
manylinux : auto
430
432
target : x86_64
431
- interpreter : graalpy3.11
433
+ interpreter : graalpy3.11 graalpy3.12
432
434
433
435
# musllinux
434
436
- os : linux
@@ -446,9 +448,10 @@ jobs:
446
448
# arm pypy and older pythons which can't be run on the arm hardware for PGO
447
449
- os : macos
448
450
target : x86_64
451
+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
449
452
- os : macos
450
453
target : aarch64
451
- interpreter : 3.9 pypy3.10 pypy3.11
454
+ interpreter : 3.9 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
452
455
453
456
# windows;
454
457
# x86_64 pypy builds are not PGO optimized
@@ -490,7 +493,6 @@ jobs:
490
493
args : --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11' }}
491
494
rust-toolchain : stable
492
495
docker-options : -e CI
493
- before-script-linux : ${{ contains(matrix.interpreter, 'graalpy') && 'manylinux-interpreters ensure-all' || '' }}
494
496
495
497
- run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
496
498
You can’t perform that action at this time.
0 commit comments