Closed
Description
<
5D50
span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="s" aria-hidden="true" id=":R3tldklmb:">Issue body actions
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?
-
v1
-
v2
- Some other tag (such as
v2.0.1
ormaster
)
Environment
- self-hosted
- Linux
- Windows
- Mac
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