From 93ac7c6f96574d29dc93a13cf717cf235575fad1 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 7 Dec 2021 10:32:18 +0100 Subject: [PATCH] Bump Python 3.10. --- .bash-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash-python.sh b/.bash-python.sh index 821eaa8..fb6f265 100644 --- a/.bash-python.sh +++ b/.bash-python.sh @@ -46,7 +46,7 @@ compile_all_pythons() compile_python 3.7.12 & compile_python 3.8.12 & compile_python 3.9.9 & - compile_python 3.10.0 & + compile_python 3.10.1 & compile_python 3.11.0 a2 & wait }