From c470f11f8befbccea0cf7bcbfd626946f39e9d6f Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 25 Oct 2022 08:39:20 +0200 Subject: [PATCH] Hello Python 3.11. --- compile-python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index e434182..7d0889c 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,7 +53,8 @@ compile-pythons() compile-python 3.8.15 & compile-python 3.9.15 & compile-python 3.10.8 & - compile-python 3.11.0 rc2 & + compile-python 3.11.0 & + compile-python 3.12.0 a1 & wait }