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 abb3319 commit 8c2a4dfCopy full SHA for 8c2a4df
pyproject.toml
@@ -26,6 +26,5 @@ archs = ["AMD64", "x86"]
26
[tool.cibuildwheel.macos]
27
# https://cibuildwheel.readthedocs.io/en/stable/faq/#what-to-provide suggests to provide
28
# x86_64 and one of universal2 or arm64 wheels. x86_64 is still required by older pips,
29
-# so additional arm64 wheels would suffice. However, since the library build uses a mixed
30
-# amd64/arm64 setup, we build universal2 wheels regardless.
31
-archs = ["x86_64", "universal2"]
+# so additional arm64 wheels suffice.
+archs = ["x86_64", "arm64"]
0 commit comments