From e3fbcc9d1c5d6679f1c3d1df4640255ae66b36b3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 19 Sep 2023 15:07:14 +0200 Subject: [PATCH] Python 3.12.0rc3 released (honestly the final release canddiate I swear!) --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 0c1862e..728bdcc 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 rc2 & + compile-python 3.12.0 rc3 & wait }