diff options
| author | Dylan Araps <[email protected]> | 2017-08-10 00:44:43 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-08-10 00:44:43 +1000 |
| commit | 80b19ccc43f9aed7b523cc3015a8c706580bf8e7 (patch) | |
| tree | 1edadaf067f98f435db7a4e08433ce587642537e | |
| parent | travis: Test on Python 3.5 (diff) | |
| download | pywal-80b19ccc43f9aed7b523cc3015a8c706580bf8e7.tar.xz pywal-80b19ccc43f9aed7b523cc3015a8c706580bf8e7.zip | |
setup: Change message to 3.5
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |