From 22060d7d9539a0903fbe7b0f7e285bb7df833506 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 7 Feb 2024 16:23:14 +0100 Subject: [PATCH] Python 3.12.2 and 3.11.8 are here. --- compile-python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 0679a0f..cab772f 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -28,8 +28,8 @@ compile-pythons() compile-python 3.8.18 & compile-python 3.9.18 & compile-python 3.10.13 & - compile-python 3.11.5 & - compile-python 3.12.0 & + compile-python 3.11.8 & + compile-python 3.12.2 & compile-python 3.13.0 a3 & wait }