setup.py is py3-beta ready :)

This commit is contained in:
hakril
2020-02-14 10:16:27 +01:00
parent 02b2ba13f9
commit 0cf6057b98
+1 -1
View File
@@ -6,7 +6,7 @@ PKG_NAME = "PythonForWindows"
VERSION = "0.5"
if sys.version_info[0] != 2:
raise NotImplementedError("PythonForWindows only support Python2 for now")
print("PythonForWindows python3 support is still in beta, feel free to send feedback")
setup(