commit 1d2f8b94cbc5c753e7dd6d54631bf9a53ecb3cf7
Author: José Matos <jama...@lyx.org>
Date:   Mon Jun 10 10:10:39 2024 +0100

    Update Python build time requirement to 3.8
---
 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 442a8a05d9..4be32fa9c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,9 +40,7 @@ for file in config/install-sh ; do
 done
 
 # Find a suitable python interpreter
-LYX_PATH_PYTHON23([2.7.0], [3.5.0])
-# do the usual python setup stuff
-AM_PATH_PYTHON
+AM_PATH_PYTHON([3.8.0])
 
 # Tools for creating libraries (note that we do not use libtool)
 AM_PROG_AR
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to