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 a4e22eb commit ab459b3Copy full SHA for ab459b3
pyproject.toml
@@ -43,10 +43,10 @@ build-verbosity = 1
43
test-command = "pytest {project}/tests"
44
test-requires = ["pytest", "numpy"]
45
46
-# Don't test Python 3.8 wheels on macOS/arm64
47
-# test-skip="cp38-macosx_*:arm64"
48
-# Don't test Python 3.9 wheels on manylinux_i686
49
-# test-skip="pp*-manylinux_i686"
+# Don't test Python 3.8 wheels
+test-skip="cp38-*"
+# Don't test Python wheels on manylinux_i686
+test-skip="pp*-manylinux_i686"
50
51
# Needed for full C++17 support
52
[tool.cibuildwheel.macos.environment]
0 commit comments