From bda90ff767bb16ea566060b706cac4f270c405cc Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 8 May 2022 17:46:19 +0200 Subject: [PATCH] Bump 3.11 to b1. --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 8e40736..327c72c 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,7 +53,7 @@ compile-pythons() compile-python 3.8.13 & compile-python 3.9.12 & compile-python 3.10.4 & - compile-python 3.11.0 a7 & + compile-python 3.11.0 b1 & wait }