diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-09-06 23:28:04 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-09-09 13:08:11 +0200 |
commit | ccd96054b5c168b032ffa7d0e24513a165fafe54 (patch) | |
tree | 0b81c4b72323e22562d0630f43141df0be72d8d0 /configure.ac | |
parent | 8cf879e55a36c47aacf6fd498600629a49df3b06 (diff) |
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 <michael.stahl@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |