8000 CI: also build PyPy 3.9 wheels · numpy/numpy@1648a6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1648a6e

Browse files
committed
CI: also build PyPy 3.9 wheels
1 parent eabc1a7 commit 1648a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- [ubuntu-20.04, musllinux_x86_64]
7979
- [macos-12, macosx_x86_64]
8080
- [windows-2019, win_amd64]
81-
python: ["cp39", "cp310", "cp311", "cp312"] # "pp39"
81+
python: ["cp39", "cp310", "cp311", "cp312", "pp39"]
8282
exclude:
8383
# Don't build PyPy 32-bit windows
8484
- buildplat: [windows-2019, win32]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ tracker = "https://github.com/numpy/numpy/issues"
139139
# Note: the below skip command doesn't do much currently, the platforms to
140140
# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
141141
# `tools/ci/cirrus_wheels.yml`.
142-
skip = "cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_aarch64 *-win32"
142+
skip = "cp36-* cp37-* cp-38* pp37-* pp38-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_aarch64 *-win32"
143143
build-verbosity = "3"
144144
before-build = "bash {project}/tools/wheels/cibw_before_build.sh {project}"
145145
# meson has a hard dependency on ninja, and we need meson to build

0 commit comments

Comments
 (0)
0