]> arthur.barton.de Git - bup.git/blobdiff - config/configure
configure/cleanup: support python 3.10
[bup.git] / config / configure
index b27a419669605c1b402da30d7ad36da2bf77c42d..d467af0e74405ccb9586a16d46ac0aff8f722b58 100755 (executable)
@@ -119,7 +119,7 @@ if test "$BUP_PYTHON_CONFIG"; then
                          "$BUP_PYTHON_CONFIG")
     fi
 else
-    for py_maj_ver in 9 8 7 6; do
+    for py_maj_ver in 10 9 8 7 6; do
         bup_python_config="$(bup_find_prog "python3.$py_maj_ver-config" '')"
         test -z "$bup_python_config" || break
     done