From 41db37eb26258653e4b9a19b762515d6aca8218e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 13 Aug 2018 22:38:01 +0200 Subject: Update the required Python version in the docs --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index b4beb839..c88972f0 100755 --- a/launch.sh +++ b/launch.sh @@ -24,6 +24,6 @@ else PYTHON3=python3 fi -$PYTHON3 -c 'import sys;(print("Python 3.4 or newer is required") and exit(1)) if sys.version_info < (3, 4) else exit(0)' || exit 1 +$PYTHON3 -c 'import sys;(print("Python 3.5 or newer is required") and exit(1)) if sys.version_info < (3, 5) else exit(0)' || exit 1 exec "$PYTHON3" -m poezio -v "$args" "$@" -- cgit v1.2.3