From f021bc4f2ab530ea6b416bea64e87dcca44bffa0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 11 Jan 2023 08:25:27 +0100 Subject: [PATCH] Python 3.12.0 alpha 4 released --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 7585033..f0068ec 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -54,7 +54,7 @@ compile-pythons() compile-python 3.9.16 & compile-python 3.10.9 & compile-python 3.11.1 & - compile-python 3.12.0 a3 & + compile-python 3.12.0 a4 & wait }