From d5206ee21838d4987fe448a20bc62603a4bcbb1c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 24 Mar 2022 21:52:44 +0100 Subject: [PATCH] Python 3.10.4 and 3.9.12 are now available out of schedule. https://discuss.python.org/t/python-3-10-4-and-3-9-12-are-now-available-out-of-schedule/14568/1 --- compile-python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 1ca902e..b7da909 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -51,8 +51,8 @@ compile-pythons() # Compiles a usefull set of Python versions. compile-python 3.7.13 & compile-python 3.8.13 & - compile-python 3.9.11 & - compile-python 3.10.3 & + compile-python 3.9.12 & + compile-python 3.10.4 & compile-python 3.11.0 a6 & wait }