From 98d78d290e3473054baf57565bc94592f1c5ad19 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 6 Dec 2022 23:45:27 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index d4c22e6..14c9d77 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,12 +49,12 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.7.15 & - compile-python 3.8.15 & + compile-python 3.7.16 & + compile-python 3.8.16 & compile-python 3.9.15 & - compile-python 3.10.8 & - compile-python 3.11.0 & - compile-python 3.12.0 a2 & + compile-python 3.10.9 & + compile-python 3.11.1 & + compile-python 3.12.0 a3 & wait }