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 ef0d060 commit 36a1cccCopy full SHA for 36a1ccc
pyproject.toml
@@ -37,8 +37,8 @@ build-verbosity = 1
37
test-command = "pytest {project}/tests"
38
test-requires = "pytest"
39
40
-# Don't generate a Python 3.8 wheel on macOS/arm64
41
-skip="cp38-macosx_*:arm64"
+# Don't test Python 3.8 wheels on macOS/arm64
+test-skip="cp38-macosx_*:arm64"
42
43
# Needed for full C++17 support
44
[tool.cibuildwheel.macos.environment]
0 commit comments