From b83b3f09756c7ce56768ce8db2b246ffdb011fe5 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 15 Nov 2022 14:03:09 +0100 Subject: [PATCH] Python 3.12.0 alpha 2 released --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 7d0889c..d4c22e6 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -54,7 +54,7 @@ compile-pythons() compile-python 3.9.15 & compile-python 3.10.8 & compile-python 3.11.0 & - compile-python 3.12.0 a1 & + compile-python 3.12.0 a2 & wait }