From be28d03e0d45eb67ec6bfaea0426c4ee6dec7273 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 1 Jun 2022 22:24:23 +0200 Subject: [PATCH] Expedited release of Python3.11.0b3 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 69734eb..892c2cc 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 b2 & + compile-python 3.11.0 b3 & wait }