From 9e1c59007a1ff0fe5904cba9d6c8c1f1ce7229b6 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 29 Jun 2021 18:30:54 +0200 Subject: [PATCH] Bump Python versions. --- .bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 55f1940..9f476fd 100644 --- a/.bashrc +++ b/.bashrc @@ -194,10 +194,10 @@ compile_python() compile_all_pythons() { compile_python 3.5.10 & - compile_python 3.6.12 & - compile_python 3.7.10 & - compile_python 3.8.10 & - compile_python 3.9.5 & + compile_python 3.6.14 & + compile_python 3.7.11 & + compile_python 3.8.11 & + compile_python 3.9.6 & compile_python 3.10.0 b2 & wait }