From cae4eb6c71c7466e7cc47a7502cb3a411772b214 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 15 Jan 2022 16:45:38 +0100 Subject: [PATCH] Python 3.10.2, 3.9.10, and 3.11.0a4 are now available --- compile-python.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 85fc059..bd30a70 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,9 +53,9 @@ compile-pythons() compile-python 3.6.15 & compile-python 3.7.12 & compile-python 3.8.12 & - compile-python 3.9.9 & - compile-python 3.10.1 & - compile-python 3.11.0 a3 & + compile-python 3.9.10 & + compile-python 3.10.2 & + compile-python 3.11.0 a4 & wait }