You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Adjust setup message
This commit is contained in:
2
setup.py
2
setup.py
@@ -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."
|
||||
|
Reference in New Issue
Block a user