From 0cf6057b98506ad3f0079475b59890c0aaa046d7 Mon Sep 17 00:00:00 2001 From: hakril Date: Fri, 14 Feb 2020 10:16:27 +0100 Subject: [PATCH] setup.py is py3-beta ready :) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 865eef5..0354142 100644 --- a/setup.py +++ b/setup.py @@ -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(