-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
python 3.11 is not aliased #5540
Comments
Have you tried |
I am sure that It is not reasonable to force each repository owner to update all pipelines at least twice: once for 3.11-dev before the release and another time to replace it with 3.11 after. Having a Some issue happened with previous releases, where we did not had an alias for them. |
You might want to clarify your original message then. The author of #3343 was asking for any way to specify 3.10, including a Also, as was stated in #3343, this is an issue for https://github.com/actions/setup-python, not this repository. |
Hi @ssbarnea virtual environments has nothing to do with this, we only pre-install existing python versions from the |
As python-versions has the issue tracker disabled I did not know where to file the bug. It seems that this is linked to actions/setup-python#108 which was closed. Hopefully it will be revised. |
Description
That is the same problem we had with 3.10, where there is no alias for future release of python and only pre-release specific builds. See #3343
Once the first pre-release version of a new version is added, we already need to add generic alias.
Many developers will want to add pipelines that test with unreleased versions of python, pipelines that would not need to be updated whenever a new pre-release is made or when the release happens.
Virtual environments affected
Image version and build link
n/a
Is it regression?
No response
Expected behavior
No response
Actual behavior
Always have a generic alias working
Repro steps
Try to configure python version to "3.11", it will not work, even if there are versions of 3.11 available.
The text was updated successfully, but these errors were encountered: