From 4af1d4f799a70bf9b5dcc8e0f1ec5d749531e2a9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 15 Mar 2024 11:39:16 +0100 Subject: [PATCH] Hello 3.13.0a5 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index cab772f..e790d9c 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -30,7 +30,7 @@ compile-pythons() compile-python 3.10.13 & compile-python 3.11.8 & compile-python 3.12.2 & - compile-python 3.13.0 a3 & + compile-python 3.13.0 a5 & wait }