From 424b4b33b15b923d4d55929a8205f0570a6ce022 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 4 Jan 2016 12:56:51 -0800 Subject: [PATCH] Just go right ahead and demand Python 3.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9df78fcf..a15d3908 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ import re import sys -if sys.version_info.major < 3: - print("Python 2 is not supported") +if sys.version_info < (3, 4): + print("Python 3.4 or newer is required") sys.exit(1) missing_program = '''