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.
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.