Skip to content

Commit 2f430ab

Browse files
committed
adjust sqlcheck
1 parent 07241cd commit 2f430ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ python3_check() {
8989
# Check if Python version needs to install SQLite3
9090
python_sqlite3_check() {
9191
VERSION="$1"
92-
MIN_PYTHON_3="python-3.6.6"
92+
MIN_PYTHON_3="python-3.5.6"
9393
MIN_PYTHON_2="python-2.7.15"
9494

9595
( python2_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_2" ) \

0 commit comments

Comments
 (0)