From bbb3a6c0e74aacbd80d2f4586cf1ec403ff9760c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 9 Dec 2021 17:17:12 +0100 Subject: [PATCH] Hello Python 3.11.0a3 --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 7c7263c..85fc059 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -55,7 +55,7 @@ compile-pythons() compile-python 3.8.12 & compile-python 3.9.9 & compile-python 3.10.1 & - compile-python 3.11.0 a2 & + compile-python 3.11.0 a3 & wait }