We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de7bbee + 2cf9f2a commit d803edeCopy full SHA for d803ede
1 file changed
pyproject.toml
@@ -14,3 +14,7 @@ test-command = "pytest {project}/tests"
14
15
[tool.cibuildwheel.macos]
16
archs = ["x86_64", "universal2", "arm64"]
17
+
18
+[tool.cibuildwheel.windows]
19
+archs = ["x86", "AMD64", "ARM64"]
20
+test-skip = ["*-win_arm64"]
0 commit comments