Skip to content

Commit 86670f7

Browse files
committed
Add GraalPy 3.12 (25.0) to CI
1 parent ca69fa4 commit 86670f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- 'pypy3.10'
7474
- 'pypy3.11'
7575
- 'graalpy-3.11'
76+
- 'graalpy-3.12'
7677

7778
runs-on: ubuntu-latest
7879

@@ -409,7 +410,7 @@ jobs:
409410
- os: linux
410411
manylinux: auto
411412
target: aarch64
412-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11
413+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
413414
- os: linux
414415
manylinux: auto
415416
target: armv7
@@ -429,7 +430,7 @@ jobs:
429430
- os: linux
430431
manylinux: auto
431432
target: x86_64
432-
interpreter: graalpy3.11
433+
interpreter: graalpy3.11 graalpy3.12
433434

434435
# musllinux
435436
- os: linux
@@ -447,10 +448,10 @@ jobs:
447448
# arm pypy and older pythons which can't be run on the arm hardware for PGO
448449
- os: macos
449450
target: x86_64
450-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11
451+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
451452
- os: macos
452453
target: aarch64
453-
interpreter: 3.9 pypy3.10 pypy3.11 graalpy3.11
454+
interpreter: 3.9 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
454455

455456
# windows;
456457
# x86_64 pypy builds are not PGO optimized

0 commit comments

Comments
 (0)