Skip to content

Commit e5aad7c

Browse files
ngoldbaumandyfaff
authored andcommitted
disable pypy in cibuildwheel configuration
1 parent 0c2a22b commit e5aad7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cibuildwheel.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skip = ["*_i686", "*_ppc64le", "*_s390x", "*_universal2"]
66
before-build = "bash {project}/tools/wheels/cibw_before_build.sh {project}"
77
before-test = "pip install -r {project}/requirements/wheel_test_requirements.txt"
88
test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
9-
enable = ["pypy", "cpython-prerelease"]
9+
enable = ["cpython-prerelease"]
1010

1111
# The build will use openblas64 everywhere, except on arm64 macOS >=14.0 (uses Accelerate)
1212
[tool.cibuildwheel.config-settings]

0 commit comments

Comments
 (0)