-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add Python 3.11 wheels #1706
Add Python 3.11 wheels #1706
Conversation
Signed-off-by: Rémi Achard <[email protected]>
The main item that stands out to me here is "Build arm64 wheels for Apple silicon instead of universal2". @remia, would it be useful for you to post on the OCIO Slack to check if anyone needs the universal2? Or is that something you're confident won't cause any issues? |
Signed-off-by: Rémi Achard <[email protected]>
@doug-walker I will ask on slack good point, from what I understand, one of the only use case is if someone wants to distribute a Python application where the end user architecture is unknown. But given that well known projects, including Numpy don't ship universal2 wheel, I think this is relatively safe choice. |
@remia https://cibuildwheel.readthedocs.io/en/stable/faq/#universal2 nicely describes the situation around arm64 vs universal2 wheels, in case it might be useful to anyone (in addition to the link you provided). |
Signed-off-by: Rémi Achard <[email protected]>
Signed-off-by: Rémi Achard <[email protected]>
Following Python 3.11 release, this PR update the wheel generator to include it.
Other updates:
If there is concerns about some of the removal, I'm not strongly opposed to adding them back, also noting that there should now be a source distribution allowing pip to build the package on the unusual version / architecture.