diff --git a/bin/utils b/bin/utils
index 2bbf82a32e59e33c84bc5be925e72f6437cb4e68..4d1b78627d7d91dc41942dfb59662432e60b2d34 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" ) \