Skip to content

Commit 8c2a4df

Browse files
committed
Build x86_64 and arm64 wheels for macOS instead of universal2 wheels because the x86 wheels are still encouraged anyway.
1 parent abb3319 commit 8c2a4df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ archs = ["AMD64", "x86"]
2626
[tool.cibuildwheel.macos]
2727
# https://cibuildwheel.readthedocs.io/en/stable/faq/#what-to-provide suggests to provide
2828
# 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"]
29+
# so additional arm64 wheels suffice.
30+
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)