From: Michael Tremer Date: Fri, 5 Dec 2025 13:32:24 +0000 (+0000) Subject: configure: Require Python 3.13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d690eb167cf1126a586ba01e11982defa90f7cb7;p=dbl.git configure: Require Python 3.13 Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index e10e5b1..db74ffe 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,11 @@ AM_SILENT_RULES([yes]) # ------------------------------------------------------------------------------ +# Python +AM_PATH_PYTHON([3.13]) + +# ------------------------------------------------------------------------------ + AC_CONFIG_FILES([ Makefile ])