Adjust setup message

This commit is contained in:
rocky
2024-03-14 15:21:14 -04:00
parent 7209405b2c
commit 85e5d72529

View File

@@ -6,7 +6,7 @@ import sys
SYS_VERSION = sys.version_info[0:2]
if not ((3, 3) <= SYS_VERSION < (3, 6)):
mess = "Python Release 3.0 .. 3.2 are supported in this code branch."
mess = "Python Release 3.3 .. 3.5 are supported in this code branch."
if (2, 4) <= SYS_VERSION <= (2, 7):
mess += (
"\nFor your Python, version %s, use the python-2.4 code/branch."