We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325bada commit ac1fbfcCopy full SHA for ac1fbfc
pyproject.toml
@@ -44,8 +44,8 @@ skip = ["pp38-*"] # Skip only PyPy 3.8
44
test-command = "pytest {project}/tests"
45
test-requires = ["pytest", "numpy"]
46
47
-# Don't test Python 3.8 wheels on macOS/arm64 and Python 3.9 wheels on manylinux_i686
48
-test-skip=["cp38-macosx_*:arm64", "pp39-manylinux_i686"]
+# Don't test cPython 3.8 wheels on macOS/arm64 and PyPy wheels on manylinux_i686
+test-skip=["cp38-macosx_*:arm64", "pp*-manylinux_i686"]
49
50
# Needed for full C++17 support
51
[tool.cibuildwheel.macos.environment]
0 commit comments