Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "macosx_10_9_universal2" wheels #380

Merged
merged 6 commits into from Jan 4, 2021

Conversation

ronaldoussoren
Copy link
Contributor

This PR fixes #379 and adds support for "universal2" wheels where the macOS version is lower than macOS 11.

The first commit ensures that tests pass on macOS 11.1 and is technically unrelated to the issue.

Ronald Oussoren and others added 5 commits December 31, 2020 11:39
…or later

The arm64 part of the binary only supports macOS 11 or later because
that's the first release of macOS for arm64, but having a wheel where
the x86_64 part supports an earlier version of the OS is useful to have.

This matches the universal2 installer on python.org
@pradyunsg
Copy link
Member

/cc @lawrence-danna-apple @brettcannon I guess.

@ronaldoussoren
Copy link
Contributor Author

BTW. The first two commits are by an unknown users, that's me on a new laptop. I forgot to check my git settings beforehand. If that's a problem I can recreate the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tag macosx_10_9_universal2 not accepted when running native arm64 (on macOS 11)
4 participants