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

Restored _PYTHON_HOST_PLATFORM for Python 3.11 #317

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

radarhere
Copy link
Member

#316 has found that the macOS Python 3.11 job is naming its wheels as universal2, rather than arm64 wheels like the other macOS jobs.

Part of #302 removed the _PYTHON_HOST_PLATFORM for Python 3.11. Looking back through my repository's builds, I apparently did this to avoid a delocate error.

That error no longer occurs, so this can be removed.

@hugovk
Copy link
Member

hugovk commented Sep 1, 2022

Thanks, confirmed from the logs these filenames are now created:

  • Pillow-9.2.0-cp311-cp311-macosx_10_10_x86_64.whl
  • Pillow-9.2.0-cp311-cp311-macosx_11_0_arm64.whl

@hugovk hugovk merged commit 2e3c52c into python-pillow:main Sep 1, 2022
@radarhere radarhere deleted the python311 branch September 1, 2022 05:50
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.

None yet

2 participants