From f91f11b70a2a2f08358fec71e1f84f54ee990466 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 8 Dec 2020 09:10:50 +0100 Subject: [PATCH] Bump Python versions --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 11f3491..aa50ad0 100644 --- a/.bashrc +++ b/.bashrc @@ -193,12 +193,11 @@ compile_python() compile_all_pythons() { - compile_python 3.4.10 & compile_python 3.5.10 & compile_python 3.6.12 & compile_python 3.7.9 & compile_python 3.8.6 & - compile_python 3.9.0 & + compile_python 3.9.1 & wait }