Skip to content

Commit 2f7b724

Browse files
committed
Update minimum required Python version to 3.6
1 parent 68ee58f commit 2f7b724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ AC_PROG_INSTALL
5555
AC_PROG_LN_S
5656
AC_PROG_MAKE_SET
5757
AM_PROG_CC_C_O
58-
AM_PATH_PYTHON([3.0],, [:])
58+
AM_PATH_PYTHON([3.6],, [:])
5959
AC_SUBST([PYTHON])
6060
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != ":"])
6161

0 commit comments

Comments
 (0)