aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-08-12 18:42:27 +1000
committerGitHub <[email protected]>2017-08-12 18:42:27 +1000
commit8be48c07fff889ed085744cc0cf585b6d0b71a89 (patch)
tree839edfa96574721cc6fc82ef18059d75ebef792e /setup.py
parentversion: bump (diff)
parenttests: Add a test for sequence order. (diff)
downloadpywal-8be48c07fff889ed085744cc0cf585b6d0b71a89.tar.xz
pywal-8be48c07fff889ed085744cc0cf585b6d0b71a89.zip
Merge pull request #79 from dylanaraps/35
general: Add support for Python 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e8e4143..ba498a4 100644
--- a/setup.py
+++ b/setup.py
@@ -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)