Skip to content

Commit 9fb6a3e

Browse files
committed
pypy is now built as part of the other builds
1 parent aab2d9c commit 9fb6a3e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/releasebuild.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,7 @@ jobs:
133133
fail-fast: false
134134
matrix:
135135
arch: [auto, aarch64, ppc64le, s390x]
136-
python_tag: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*", "pp39-*", "pp310-*", "pp311-*"]
137-
exclude:
138-
# PyPy builds not available for these platforms
139-
- arch: ppc64le
140-
python_tag: "pp39-*"
141-
- arch: ppc64le
142-
python_tag: "pp310-*"
143-
- arch: ppc64le
144-
python_tag: "pp311-*"
145-
- arch: s390x
146-
python_tag: "pp39-*"
147-
- arch: s390x
148-
python_tag: "pp310-*"
149-
- arch: s390x
150-
python_tag: "pp311-*"
136+
python_tag: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"]
151137
env:
152138
CIBW_ARCHS_LINUX: ${{matrix.arch}}
153139
CIBW_BUILD: ${{matrix.python_tag}}

0 commit comments

Comments
 (0)