From f54016f61d78e05a1493409824ab5464d7f490a2 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 31 May 2022 19:48:50 +0200 Subject: [PATCH] Python 3.11.0b2 is now available --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 3ba789f..69734eb 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.4 & - compile-python 3.11.0 b1 & + compile-python 3.11.0 b2 & wait }