Closed duarte-pompeu closed 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
Thank you @duarte-pompeu
:tada: This PR is included in version 2.1.5 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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