From 5245c5fb9c7670255f50094cd1a2eeb802ac4d22 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 16 Nov 2021 13:28:16 +0100 Subject: [PATCH] Python 3.9.9 hotfix --- .bash-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash-python.sh b/.bash-python.sh index 639a1d1..821eaa8 100644 --- a/.bash-python.sh +++ b/.bash-python.sh @@ -45,7 +45,7 @@ compile_all_pythons() compile_python 3.6.15 & compile_python 3.7.12 & compile_python 3.8.12 & - compile_python 3.9.8 & + compile_python 3.9.9 & compile_python 3.10.0 & compile_python 3.11.0 a2 & wait