From 2f430abf075af9aaf9ceaf61b96f9b42597185c1 Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Mon, 22 Oct 2018 14:34:44 -0500 Subject: [PATCH] adjust sqlcheck --- bin/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils b/bin/utils index 2bbf82a3..4d1b7862 100755 --- a/bin/utils +++ b/bin/utils @@ -89,7 +89,7 @@ python3_check() { # Check if Python version needs to install SQLite3 python_sqlite3_check() { VERSION="$1" - MIN_PYTHON_3="python-3.6.6" + MIN_PYTHON_3="python-3.5.6" MIN_PYTHON_2="python-2.7.15" ( python2_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_2" ) \ -- GitLab