From b841badc39958519b33f3dfdc4be6ccd9fa54e78 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 2 Jul 2020 09:51:17 +0200 Subject: [PATCH] Bump Python versions. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 4ad90e8..d228a9d 100644 --- a/.bashrc +++ b/.bashrc @@ -194,8 +194,8 @@ compile_all_pythons() compile_python 3.4.10 & compile_python 3.5.9 & compile_python 3.6.10 & - compile_python 3.7.8 rc1 & - compile_python 3.8.3 & + compile_python 3.7.8 & + compile_python 3.8.4 rc1 & compile_python 3.9.0 b3 & wait }