From fb9fd06216cd0d991f236dc6f7af443a49882fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 19 Jun 2024 13:03:51 +0300 Subject: [PATCH] build-python: Bump to Python 3.11.9 and libffi 3.4.6 --- build-python.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-python.sh b/build-python.sh index 3f70d9b2..b2c4a9a5 100755 --- a/build-python.sh +++ b/build-python.sh @@ -16,9 +16,9 @@ set -e -: ${LIBFFI_VERSION:=v3.4.4} -: ${PYTHON_VERSION:=v3.11.7} -: ${PYTHON_VERSION_MINGW:=ebc5f3fc250c0ae937663e43bc11ef5ab7830888} +: ${LIBFFI_VERSION:=v3.4.6} +: ${PYTHON_VERSION:=v3.11.9} +: ${PYTHON_VERSION_MINGW:=d6d38acc0d637e6dc2fe6b984664bdd460bd3d04} unset HOST