From 28262b3351e5ed88d7f04ee43d9a54dec0423872 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 17 Jan 2024 18:35:03 +0100 Subject: [PATCH] Python 3.13 alpha 3 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index d0e0cbf..0679a0f 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -30,7 +30,7 @@ compile-pythons() compile-python 3.10.13 & compile-python 3.11.5 & compile-python 3.12.0 & - compile-python 3.13.0 a2 & + compile-python 3.13.0 a3 & wait }