From 3085735ca7159bb03f9dbdc4e2309689b0e1e760 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 28 Dec 2022 10:19:00 +0100 Subject: [PATCH] Python 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16, and 3.12.0 alpha 3 are now available --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 14c9d77..7585033 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -51,7 +51,7 @@ compile-pythons() # Compiles a usefull set of Python versions. compile-python 3.7.16 & compile-python 3.8.16 & - compile-python 3.9.15 & + compile-python 3.9.16 & compile-python 3.10.9 & compile-python 3.11.1 & compile-python 3.12.0 a3 &