Skip to content

Commit

Permalink
Build: Add dedicated ARM64 wheels on macOS since universal2 does not …
Browse files Browse the repository at this point in the history
…seem to work on old Pythons.
  • Loading branch information
scoder committed Feb 20, 2024
1 parent e83869c commit 3729fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ archs = ["AMD64", "x86"]
# x86_64 and one of universal2 or arm64 wheels. x86_64 is still required by older pips,
# so additional arm64 wheels would suffice. However, since the library build uses a mixed
# amd64/arm64 setup, we build universal2 wheels regardless.
archs = ["x86_64", "universal2"]
archs = ["x86_64", "arm64", "universal2"]

0 comments on commit 3729fed

Please sign in to comment.