From 0b03126aaf6dd2010831d3eeee4b4b0139fc4c3e Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 12 Sep 2022 13:25:20 +0200 Subject: [PATCH] Python 3.11 release candidate 2 (3.11.0rc2) is available --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 67fd407..a021000 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,7 +53,7 @@ compile-pythons() compile-python 3.8.14 & compile-python 3.9.14 & compile-python 3.10.7 & - compile-python 3.11.0 rc1 & + compile-python 3.11.0 rc2 & wait }