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

fix: quote versions to fix parsing errors #47

Merged
merged 1 commit into from Jun 16, 2022

Conversation

duarte-pompeu
Copy link
Contributor

@duarte-pompeu duarte-pompeu commented Jun 16, 2022

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
Copy link
Owner

abatilo commented Jun 16, 2022

Thank you @duarte-pompeu

@abatilo abatilo merged commit a6d22c8 into abatilo:master Jun 16, 2022
abatilo added a commit that referenced this pull request Jun 26, 2022
Commit with header vs just pr title to trigger release of:
#47
@github-actions
Copy link

🎉 This PR is included in version 2.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants