From 20fe9f73486a2e5d48b9291740c6c78daeb007e9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 12 Oct 2022 15:34:45 +0200 Subject: [PATCH] Python versions 3.10.8, 3.9.15, 3.8.15, 3.7.15 now available --- compile-python.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index a021000..e434182 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,10 +49,10 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.7.14 & - compile-python 3.8.14 & - compile-python 3.9.14 & - compile-python 3.10.7 & + compile-python 3.7.15 & + compile-python 3.8.15 & + compile-python 3.9.15 & + compile-python 3.10.8 & compile-python 3.11.0 rc2 & wait }