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 ee60e93 commit 86b4de7Copy full SHA for 86b4de7
pyproject.toml
@@ -32,7 +32,7 @@ tag_format = "v$version"
32
[tool.cibuildwheel]
33
test-command = "pytest {project}/tests"
34
test-extras = ["test"]
35
-test-skip = ["*universal2:arm64", "pp*-win_amd64"]
+test-skip = ["*universal2:arm64", "pp*-win_amd64", "cp38-macosx_*:arm64"]
36
# Setuptools bug causes collision between pypy and cpython artifacts
37
before-build = "rm -rf {project}/build"
38
0 commit comments