Skip to content

Conversation

@kostis
Copy link
Collaborator

@kostis kostis commented Jan 29, 2025

The check we had for the Python3 version was broken. It performed string comparison, so "3.11.2" was considered smaller than "3.6" and configure failed. Fix this by properly parsing the version and properly comparing against version 3.6.

The check we had for the Python3 version was broken.
It performed string comparison, so "3.11.2" was considered smaller
than "3.6" and configure failed.  Fix this by properly parsing the
version and properly comparing against version 3.6.
@kostis kostis assigned aggelgian and unassigned aggelgian Jan 29, 2025
@kostis kostis requested a review from aggelgian January 29, 2025 12:32
@aggelgian aggelgian merged commit 8c3d6ec into master Jan 29, 2025
4 checks passed
@aggelgian aggelgian deleted the fix-python-version-check branch January 29, 2025 13:58
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