Just go right ahead and demand Python 3.4

This commit is contained in:
James R. Barlow
2016-01-04 12:56:51 -08:00
parent e510f89792
commit 424b4b33b1
+2 -2
View File
@@ -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 = '''