Skip to content

Commit 67cf14a

Browse files
authored
build PyPy manylinux wheels for x86_64 (#1831)
1 parent 3043aba commit 67cf14a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
target: [x86_64, aarch64]
413413
manylinux: [auto]
414414
include:
415-
# manylinux for various platforms, plus x86_64 pypy
415+
# manylinux for various platforms, plus pypy and graalpy on major architectures
416416
- os: linux
417417
manylinux: auto
418418
target: i686
@@ -435,11 +435,7 @@ jobs:
435435
- os: linux
436436
manylinux: auto
437437
target: x86_64
438-
interpreter: pypy3.10 pypy3.11
439-
- os: linux
440-
manylinux: auto
441-
target: x86_64
442-
interpreter: graalpy3.11 graalpy3.12
438+
interpreter: pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
443439

444440
# musllinux
445441
- os: linux

0 commit comments

Comments
 (0)