diff --git a/bin/utils b/bin/utils
index 4d1b78627d7d91dc41942dfb59662432e60b2d34..f625645dff0ddaf8b21e86e9cfe6e4b45e183fc8 100755
--- a/bin/utils
+++ b/bin/utils
@@ -93,6 +93,5 @@ python_sqlite3_check() {
   MIN_PYTHON_2="python-2.7.15"
 
   ( python2_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_2" ) \
-    || ( python3_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_3" ) \
-    || ( version_gte "$VERSION" "3.7.0" )
+    || ( python3_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_3" )
 }