From 3f1dc06d363b04ed10501a05cd384b89b7833a1c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 22 May 2023 22:50:54 +0200 Subject: [PATCH] =?UTF-8?q?It=E2=80=99s=20done:=20Python=203.12=20beta=201?= =?UTF-8?q?=20is=20released,=20the=203.12=20branch=20has=20been=20created,?= =?UTF-8?q?=20and=20features=20are=20finally=20frozen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 74cb258..5538a78 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -54,7 +54,7 @@ compile-pythons() compile-python 3.9.16 & compile-python 3.10.10 & compile-python 3.11.2 & - compile-python 3.12.0 a6 & + compile-python 3.12.0 b1 & wait }