Python 3.5 is now needed

* NEWS, README, HACKING, doc/org/install.org, m4/pypath.m4: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2021-11-16 09:51:59 +01:00
parent bc063b13f3
commit a5f080338c
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
AC_DEFUN([adl_CHECK_PYTHON],
[AM_PATH_PYTHON([3.3])
[AM_PATH_PYTHON([3.5])
case $PYTHON in
[[\\/$]]* | ?:[[\\/]]* );;
*) AC_MSG_ERROR([The PYTHON variable must be set to an absolute filename.]);;