Closed ricea closed 3 years ago
String comparisons don't work properly for Python versions because for example "3.10.0" < "3.8.0". Use sys.hexversion instead.
String comparisons don't work properly for Python versions because for example "3.10.0" < "3.8.0". Use sys.hexversion instead.