From 55ea9743a271038671665d1d2b21a065027e9b39 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 7 Jun 2023 11:41:49 +0200 Subject: [PATCH] 6 new releases of Python. --- compile-python.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 5538a78..e04016e 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,11 +49,11 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.7.16 & - compile-python 3.8.16 & - compile-python 3.9.16 & - compile-python 3.10.10 & - compile-python 3.11.2 & + 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 & wait }