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

Fit Python 3.10 version string #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

btharper
Copy link

Fix truncation of '3.10' version string.

This produces the expected major.minor version string on 2.7, and 3.4 through 3.10.

Fix truncation of '3.10' version string.

This produces the expected major.minor version string.
Copy link

@Testsr Testsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will be necessary when python 3.10 arrives, and will work for all versions.

@cclauss
Copy link

cclauss commented Oct 18, 2021

@Testsr Python 3.10 has arrived.

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 this pull request may close these issues.

3 participants