Skip to content

Commit 6e7823e

Browse files
committed
chore: Add GraalPy in CI
1 parent c240807 commit 6e7823e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: x86_64
2828
- runner: ubuntu-24.04
2929
target: aarch64
30-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11"]
30+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11", "graalpy-25.0"]
3131
steps:
3232
- uses: actions/checkout@v6
3333
with:
@@ -58,7 +58,7 @@ jobs:
5858
target: x86_64
5959
- runner: ubuntu-24.04
6060
target: aarch64
61-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11"]
61+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11", "graalpy-25.0"]
6262
steps:
6363
- uses: actions/checkout@v6
6464
with:
@@ -87,7 +87,7 @@ jobs:
8787
platform:
8888
- runner: windows-latest
8989
target: x64
90-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
90+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "graalpy-25.0"]
9191
steps:
9292
- uses: actions/checkout@v6
9393
with:
@@ -116,7 +116,7 @@ jobs:
116116
platform:
117117
- runner: macos-15
118118
target: aarch64
119-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11"]
119+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.11", "graalpy-25.0"]
120120
steps:
121121
- uses: actions/checkout@v6
122122
with:

0 commit comments

Comments
 (0)