Describe the bug
All of the documentation for setup-python suggests that Python versions can be listed without quotes:
python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3]
However, this doesn't seem to work for 3.10. The action errors out, with the following error msg:
Version 3.1 with arch x64 not found
If I wrap 3.10 in quotes, it says 3.10 is not found, which is a little better, although I would like to be able to use the alpha version if possible.
Which version of the action are you using?
Environment
Python Versions
3.10
To Reproduce
Steps to reproduce the behavior:
- Try adding 3.10 to the list of
python-version without quotes
Run/Repo Url
https://github.com/adamjstewart/fiscalyear/actions/runs/346374366
https://github.com/adamjstewart/fiscalyear/actions/runs/346388888
Describe the bug
All of the documentation for
setup-pythonsuggests that Python versions can be listed without quotes:However, this doesn't seem to work for 3.10. The action errors out, with the following error msg:
If I wrap
3.10in quotes, it says 3.10 is not found, which is a little better, although I would like to be able to use the alpha version if possible.Which version of the action are you using?
v1v2v2.0.1ormaster)Environment
Python Versions
3.10
To Reproduce
Steps to reproduce the behavior:
python-versionwithout quotesRun/Repo Url
https://github.com/adamjstewart/fiscalyear/actions/runs/346374366
https://github.com/adamjstewart/fiscalyear/actions/runs/346388888