From c4293bffefd52a427a1272692625bbaf631a5c6a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 2 Oct 2023 22:28:21 +0200 Subject: [PATCH] Python 3.12 released --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 728bdcc..ef8fce9 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -29,7 +29,7 @@ compile-pythons() compile-python 3.9.18 & compile-python 3.10.13 & compile-python 3.11.5 & - compile-python 3.12.0 rc3 & + compile-python 3.12.0 & wait }