-
Notifications
You must be signed in to change notification settings - Fork 579
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.12.0 beta #677
Comments
Hello @hugovk. Thank you for your report. We'll take a look on it. |
Hello @hugovk. The Python 3.12.0-beta.1 was added. For now I'm going to close the issue. |
Confirmed, thank you! This will really help people test before the full release comes out in October, and make sure their own code is ready, and also help find bugs in Python itself. :) |
Beta 2 was released - will this need a manual update, or should that get pulled in automatically soon? |
Looks like it should already be available: https://github.com/actions/python-versions/releases/tag/3.12.0-beta.2-5200633613 |
So far, I still see the beta 1 being used:
But from what it looks like, actions/python-versions#232 should fix that soon! edit: merged now! |
Description:
Python 3.12 beta has been released on 22 May 2023 but isn't yet available for GitHub Actions.
The Python release manager asked maintainers to test the beta, so it would be great to be able to test on CI:
Action version:
v4 = v4.6.0
Platform:
Runner type:
Tools version:
3.12-dev
https://github.com/actions/python-versions/blob/main/versions-manifest.json
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Set up Python using
3.12-dev
:https://github.com/hugovk/test/actions/runs/5057309868/workflow
Expected behavior:
3.12.0 beta 1 is installed:
Actual behavior:
3.12.0 alpha 7 is installed:
There's no 3.12 beta in https://github.com/actions/python-versions/blob/main/versions-manifest.json
The text was updated successfully, but these errors were encountered: