setup: Change message to 3.5

This commit is contained in:
Dylan Araps 2017-08-10 00:44:43 +10:00
parent db88dd2d25
commit 80b19ccc43

View File

@ -4,7 +4,7 @@ import setuptools
try:
import pywal
except (ImportError, SyntaxError):
print("error: pywal requires Python 3.6 or greater.")
print("error: pywal requires Python 3.5 or greater.")
quit(1)