Skip to content

Python version bump to 3.7.7? #26996

Answered by Crow-EH
obradovic asked this question in Actions
Discussion options

You must be logged in to vote

Hello @obradovic,

Are you using actions/setup-python ?
If you are, according to an answer on a similar issue, only the latest minor version is provided on runners.

You have two options: Either use 3.7 if you don’t mind about the minor version changing, or consider using the new python-versions feature through actions/setup-python@v2 ( available in v2 only ).

This feature will allow you to specify any version, if the major version is supported, and it will download it if it’s not already provided (see the readme for more informations).

You just have to upgrade to v2 and it should work out of the box. If you’re already using v2, well… I guess you can open an issue on their repository.

Hope …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants