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 detection of Python 3.10+ #16

Merged
merged 1 commit into from Apr 8, 2022

Conversation

chrisburr
Copy link
Contributor

The use of sys.version[3] in configure.ac assumes that there won't be a two digit minor version of Python.

Using ".".join(sys.version.split(".")[:2])) should be more robust.

@maikenp maikenp added the moved_gitlab Pull request moved to Gitlab label Mar 17, 2022
@davidgcameron davidgcameron merged commit b83b7cc into nordugrid:master Apr 8, 2022
@chrisburr chrisburr deleted the fix-py-310+ branch April 8, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moved_gitlab Pull request moved to Gitlab
Projects
None yet
3 participants