Skip to content

Commit

Permalink
pythongh-104487: PYTHON_FOR_REGEN must be minimum Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed May 14, 2023
1 parent 2cd1c87 commit b84cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
AC_SUBST([PYTHON_FOR_BUILD_DEPS])

AC_CHECK_PROGS([PYTHON_FOR_REGEN],
[python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python],
[python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3 python],
[python3])
AC_SUBST(PYTHON_FOR_REGEN)

Expand Down

0 comments on commit b84cb0e

Please sign in to comment.