From 4b2e91e2e949548ee87d7b786fef2acafe6c763e Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Dec 21 2018 19:41:22 +0000 Subject: Add 3.7 to the list of python versions --- diff --git a/configure.ac b/configure.ac index 4eda5eb..7d3d27a 100644 --- a/configure.ac +++ b/configure.ac @@ -101,7 +101,7 @@ if test "x$use_python3" = xno; then else AC_MSG_RESULT([testing]) # Try to find Python 3 interpreter: - AC_PATH_PROGS([PYTHON3], [python3.6 python3.5 python3 python], [no]) + AC_PATH_PROGS([PYTHON3], [python3.7 python3.6 python3.5 python3 python], [no]) if test "x$PYTHON3" != xno; then AC_MSG_CHECKING([whether $PYTHON3 version is >= 3.5]) python3_found=old