From 6567e470890704fa26dc7c2a21d484b299b9e2b8 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 16 Mar 2022 20:59:09 +0100 Subject: [PATCH] Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content --- compile-python.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 75a5ed4..21bbe1b 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -51,10 +51,10 @@ compile-pythons() # Compiles a usefull set of Python versions. compile-python 3.5.10 & compile-python 3.6.15 & - compile-python 3.7.12 & - compile-python 3.8.12 & - compile-python 3.9.10 & - compile-python 3.10.2 & + compile-python 3.7.13 & + compile-python 3.8.13 & + compile-python 3.9.11 & + compile-python 3.10.3 & compile-python 3.11.0 a6 & wait }