Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
target: [x86_64, aarch64]
manylinux: [auto]
include:
# manylinux for various platforms, plus x86_64 pypy
# manylinux for various platforms, plus pypy and graalpy on major architectures
- os: linux
manylinux: auto
target: i686
Expand All @@ -435,11 +435,7 @@ jobs:
- os: linux
manylinux: auto
target: x86_64
interpreter: pypy3.10 pypy3.11
- os: linux
manylinux: auto
target: x86_64
interpreter: graalpy3.11 graalpy3.12
interpreter: pypy3.10 pypy3.11 graalpy3.11 graalpy3.12

# musllinux
- os: linux
Expand Down
Loading