From ccd96054b5c168b032ffa7d0e24513a165fafe54 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Fri, 6 Sep 2024 23:28:04 +0200 Subject: Python: upgrade to 3.9.20 Downloaded from: https://www.python.org/ftp/python/3.9.20/Python-3.9.20.tar.xz Change-Id: Ib75d0cd0e92fa56304a43d4b425e961e65d69c98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172981 Reviewed-by: Michael Stahl Tested-by: Jenkins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c68049302acb..f93cb3fe8e65 100644 --- a/configure.ac +++ b/configure.ac @@ -10200,7 +10200,7 @@ if test \( "$cross_compiling" = yes -a -z "$PYTHON_FOR_BUILD" \) -o "$enable_pyt SYSTEM_PYTHON= PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=9 - PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.19 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.20 if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in download.lst]) fi -- cgit