From bef26b88f5fe3f175c3e0d881b2b194828c3e123 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 17 May 2022 22:11:37 +0200 Subject: [PATCH] Python 3.9.13 is now available --- compile-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-python.sh b/compile-python.sh index 327c72c..3ba789f 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -51,7 +51,7 @@ compile-pythons() # Compiles a usefull set of Python versions. compile-python 3.7.13 & compile-python 3.8.13 & - compile-python 3.9.12 & + compile-python 3.9.13 & compile-python 3.10.4 & compile-python 3.11.0 b1 & wait