From 8e53da192ef35c02682d3863b9cffd8ed7282ee0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 19 Aug 2022 13:29:30 +0200 Subject: [PATCH] This is the first release candidate of Python 3.11 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index bd4afc4..652e0cf 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,7 +53,7 @@ compile-pythons() compile-python 3.8.13 & compile-python 3.9.13 & compile-python 3.10.5 & - compile-python 3.11.0 b4 & + compile-python 3.11.0 rc1 & wait }