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 09810ad commit 325badaCopy full SHA for 325bada
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
48
-test-skip="cp38-macosx_*:arm64"
+# Don't test Python 3.8 wheels on macOS/arm64 and Python 3.9 wheels on manylinux_i686
+test-skip=["cp38-macosx_*:arm64", "pp39-manylinux_i686"]
49
50
# Needed for full C++17 support
51
[tool.cibuildwheel.macos.environment]
0 commit comments