We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9138b commit 597e245Copy full SHA for 597e245
1 file changed
pyproject.toml
@@ -29,7 +29,7 @@ skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
29
#before-build = "python -m pip install cmake>=3.16"
30
31
[tool.cibuildwheel.windows]
32
-archs = ["win_amd64"]
+archs = ["auto64"]
33
34
[tool.cibuildwheel.linux]
35
archs = ["auto", "aarch64"]
0 commit comments