Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions does support py 3.10 #11

Closed
fkoh111 opened this issue Nov 29, 2021 · 0 comments · Fixed by #12
Closed

GitHub actions does support py 3.10 #11

fkoh111 opened this issue Nov 29, 2021 · 0 comments · Fixed by #12

Comments

@fkoh111
Copy link
Contributor

fkoh111 commented Nov 29, 2021

GitHub actions does support py 3.10. You merely need to declare py versions as strings instead of numbers. E.g.:

python-version: ["3.7", "3.8", "3.9", "3.10"]

The problem you're encountering, is (presumably) that YAML parsing is trimming trailing zeros from numbers. Here's a similar issue I stumbled upon recently:
actions/setup-python#160 (comment)

Originally posted by @fkoh111 in #10 (comment)

@mathiasfrohlich mathiasfrohlich linked a pull request Nov 29, 2021 that will close this issue
mathiasfrohlich added a commit that referenced this issue Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant