From b9163f732280e7024c76137a868564fd4f71c9aa Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sun, 8 Dec 2024 01:44:21 +0000 Subject: [PATCH] python311 - update from 3.11.10 to 3.11.11 --- build/python311/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/python311/build.sh b/build/python311/build.sh index c0ffe9020..2fbc5015b 100755 --- a/build/python311/build.sh +++ b/build/python311/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=Python -VER=3.11.10 +VER=3.11.11 PKG=runtime/python-311 MVER=${VER%.*} SUMMARY="$PROG $MVER"