-
Notifications
You must be signed in to change notification settings - Fork 239
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
3.12 beta 4 support #1549
Comments
I hear you. We're currently waiting on pypa/manylinux to include it. Might be worth chiming in on pypa/manylinux#1484 p.s. sorry about your avatar :( |
I have been waiting to trigger it because we need manylinux to pick it up first. |
Someone needs to trigger https://github.com/pypa/manylinux/actions/workflows/update-dependencies.yml otherwise it will trigger on Sunday (4 days). |
(humble plug for manylinux inspector which shows 3.12.0b3 still the latest :) ) |
I just pulled the image. Using manylinux inspector would have been much smarter on conference wifi! |
FYI, technically I believe the ABI is supposed to stable at RC4, though I think they've softened the language around it a bit: "Our goal is to have no ABI changes after this release, and as few code changes as possible after 3.12.0rc1, the first release candidate.")https://pythoninsider.blogspot.com/2023/07/pleased-to-announce-release-of-python-3.html |
Ah, I see. Thanks!
That's the goal, yes - but between beta 4 and release candidate 1 is the last chance for an ABI breaking change. It would need to be well justified, but it can happen, which is why it's important that people test with it now. Once release candidate 1 comes out (scheduled for 2023-07-31) it will be too late to make an ABI breaking change no matter how well justified.
GitHub autogenerated me a frowny face, and I think that's so funny that I upload it as my profile picture everywhere! 😂 |
Manylinux is currently rebuilding with beta4. |
The manylinux inspector tells me that has landed! I think we should now be unblocked to cut a new cibuildwheel release that uses beta 4? |
Yes. I'll cut a new release tomorrow, all being well |
2.14.1 is out! |
Description
Python 3.12 beta 4 is expected to be the final beta of Python 3.12, and was released earlier this week. Can a cibuildwheel release be cut supporting this? It's important to get it sooner rather than later, as this will be the last chance for people to test with 3.12 before the ABI freeze of the release candidate phase.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: