From 4b0f5c7ce38795e8277c0f21fe12eba2926ffb98 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 14 Mar 2022 13:48:36 +0100 Subject: [PATCH] Bump 3.11.0a6 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index bd30a70..75a5ed4 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -55,7 +55,7 @@ compile-pythons() compile-python 3.8.12 & compile-python 3.9.10 & compile-python 3.10.2 & - compile-python 3.11.0 a4 & + compile-python 3.11.0 a6 & wait }