From 1f427884504c9385639a7a54acf0abc490ebc408 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 19 Aug 2022 15:35:55 +0200 Subject: [PATCH] Python 3.10.6 is available --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 652e0cf..d753668 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -52,7 +52,7 @@ compile-pythons() compile-python 3.7.13 & compile-python 3.8.13 & compile-python 3.9.13 & - compile-python 3.10.5 & + compile-python 3.10.6 & compile-python 3.11.0 rc1 & wait }