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

Enable building on Python 3.11 without CIBW_PRERELEASE_PYTHONS #1221

Closed
mdickinson opened this issue Aug 9, 2022 · 5 comments · Fixed by #1226
Closed

Enable building on Python 3.11 without CIBW_PRERELEASE_PYTHONS #1221

mdickinson opened this issue Aug 9, 2022 · 5 comments · Fixed by #1226

Comments

@mdickinson
Copy link

Description

The docs at https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons say:

Once Python is ABI stable and enters the release candidate phase, that version of Python will become available without this flag.

Now that Python 3.11.0rc1 has been released, should Python 3.11 be included in regular wheel builds?

(My motivation for the issue: I'm planning to make a package release later this week, and I'd like to include wheels for Python 3.11; I'm wondering whether the best way forward is to set CIBW_PRERELEASE_PYTHONS or not.)

Build log

No response

CI config

No response

@Czaki
Copy link
Contributor

Czaki commented Aug 9, 2022

the manylinux image with 3.11.0rc0 was uploaded two hours ago and only for manylinux2014_x86_64, so there is a need to wait until all docker images are updated before change from 3.11.0b5 to 3.11.0rc0 in cibuildwheel.

@mdickinson
Copy link
Author

@Czaki Thanks for the update! Sounds like this is all in progress, and this issue was redundant - apologies for the noise. Should I just close this?

@Czaki
Copy link
Contributor

Czaki commented Aug 9, 2022

As it is open then may be closed when the new version is released to increase discoverability (people more often check open issues than closed one).

@minrk
Copy link
Contributor

minrk commented Aug 10, 2022

I believe the rc1 builds finished last night, so a manual run of https://github.com/pypa/cibuildwheel/actions/workflows/update-dependencies.yml should get the rc1 image.

@mdickinson
Copy link
Author

Awesome. Thank you!

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 a pull request may close this issue.

3 participants