From 3f23f656e76a57a969db527a4c100f01e12deb76 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 25 Oct 2023 15:20:37 +0000 Subject: [PATCH] configure: Bump required Python version to 3.11 This probably is not a strict requirement, but I don't test this on anything else but this version. Signed-off-by: Michael Tremer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8dacb8f8..bbd7abdf 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_PROG_MKDIR_P AC_PROG_SED # Python -AM_PATH_PYTHON([3.4]) +AM_PATH_PYTHON([3.11]) AX_PYTHON_MODULE([PIL], [fatal]) AX_PYTHON_MODULE([feedparser], [fatal]) -- 2.47.3