abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
428 stars 43 forks source link

fix: quote versions to fix parsing errors #47

Closed duarte-pompeu closed 2 years ago

duarte-pompeu commented 2 years ago

Previously, the python version 3.10 was parsed as a 3.1 because the number 3.10 is the same as 3.1.

Quoting it as a string fixes the parsing, where it correctly reads it as "3.10"

Additionally, introduced python versions 3.9 and 3.10.

Relates to #46

abatilo commented 2 years ago

Thank you @duarte-pompeu

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.1.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: