Skip to content

Commit b84cb0e

Browse files
pythongh-104487: PYTHON_FOR_REGEN must be minimum Python 3.8
1 parent 2cd1c87 commit b84cb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
202202
AC_SUBST([PYTHON_FOR_BUILD_DEPS])
203203

204204
AC_CHECK_PROGS([PYTHON_FOR_REGEN],
205-
[python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python],
205+
[python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3 python],
206206
[python3])
207207
AC_SUBST(PYTHON_FOR_REGEN)
208208

0 commit comments

Comments
 (0)