-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
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
- Ubuntu 16.04
- Ubuntu 18.04
- Ubuntu 20.04
- macOS 10.15
- macOS 11.0
- Windows Server 2016 R2
- Windows Server 2019
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 apython-versions
array. - Run job
See https://github.com/JonnyJD/musicbrainz-isrcsubmit/pull/134/checks?check_run_id=2539409850 for an example.