From ce6581dcc38c68efc804a5fdb4bd96392770fbdc Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 25 Aug 2023 18:31:18 +0200 Subject: [PATCH] Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available. --- compile-python.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 26ff52e..a090a68 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -25,11 +25,11 @@ compile-pythons() { # Compiles a usefull set of Python versions. compile-python 3.7.17 & - compile-python 3.8.17 & - compile-python 3.9.17 & - compile-python 3.10.12 & - compile-python 3.11.4 & - compile-python 3.12.0 b1 & + compile-python 3.8.18 & + compile-python 3.9.18 & + compile-python 3.10.13 & + compile-python 3.11.5 & + compile-python 3.12.0 b4 & wait }