python-tuf/.github
Martin Vrachev 2e94e39275 Use quotes for python version for github workflows
Fix GitHub workflow failures by using quotes for python versions.
It seems that adding `3.10` as a number is transformed then to `3.1`
which as a result is translated to Python version 3.1 instead of Python
version 3.10.
This seems to work for other projects as well:
https://github.com/MasoniteFramework/masonite4/blob/master/.github/workflows/pythontest.yml
https://github.com/python-pillow/Pillow/blob/main/.github/workflows/test-windows.yml
https://github.com/PyGithub/PyGithub/blob/master/.github/workflows/ci.yml

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
2021-10-21 14:32:05 +03:00
..
workflows Use quotes for python version for github workflows 2021-10-21 14:32:05 +03:00
dependabot.yml Have dependabot also monitor actions 2021-09-08 10:56:16 +01:00
ISSUE_TEMPLATE.md Add issue and pull request templates 2017-09-28 17:01:56 -04:00
PULL_REQUEST_TEMPLATE.md Fix automatic issue closing 2020-10-07 13:11:12 +03:00