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

Add Python 3.11 wheels #1706

Merged
merged 7 commits into from
Oct 28, 2022
Merged

Conversation

remia
Copy link
Collaborator

@remia remia commented Oct 25, 2022

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.

@doug-walker
Copy link
Collaborator

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?

@remia
Copy link
Collaborator Author

remia commented Oct 27, 2022

@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.

@JeanChristopheMorinPerso
Copy link
Member

@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).

@remia remia merged commit 82f56ab into AcademySoftwareFoundation:main Oct 28, 2022
@remia remia deleted the python-3.11-wheels branch October 28, 2022 11:17
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.

4 participants