Description
Specifying 3.9 in python-versions will give you the most recent version of Python 3.9, but there seem to be no way to specify most recent 3.10 (beta) version which means that you will have to manually keep up with the most recent beta. An option for "development" or "3-dev" or something could also work.
Area for Triage:
Python
Question, Bug, or Feature?:
Question, Bug, or Feature (not sure which is most applicable here)
Virtual environments affected
Probably all of them? I don’t know how this whole thing works. :\
Image version
https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210504.1
Expected behavior
I expected the build to run with the most recent version of 3.10.
Actual behavior
Got an "Error: Version 3.10 with arch x64 not found"
Repro steps
- Add
'3.10' to a python-versions array.
- Run job
See https://github.com/JonnyJD/musicbrainz-isrcsubmit/pull/134/checks?check_run_id=2539409850 for an example.
Description
Specifying 3.9 in
python-versionswill give you the most recent version of Python 3.9, but there seem to be no way to specify most recent 3.10 (beta) version which means that you will have to manually keep up with the most recent beta. An option for "development" or "3-dev" or something could also work.Area for Triage:
Python
Question, Bug, or Feature?:
Question, Bug, or Feature (not sure which is most applicable here)
Virtual environments affected
Probably all of them? I don’t know how this whole thing works. :\
Image version
https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210504.1
Expected behavior
I expected the build to run with the most recent version of 3.10.
Actual behavior
Got an "Error: Version 3.10 with arch x64 not found"
Repro steps
'3.10'to apython-versionsarray.See https://github.com/JonnyJD/musicbrainz-isrcsubmit/pull/134/checks?check_run_id=2539409850 for an example.