From 769c6b1b3dcc101c7046177406d28c0ed4cf3e55 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 4 Apr 2021 18:18:21 +0200 Subject: [PATCH] bump Pythons --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 8a259d3..6564140 100644 --- a/.bashrc +++ b/.bashrc @@ -198,8 +198,8 @@ compile_all_pythons() compile_python 3.5.10 & compile_python 3.6.12 & compile_python 3.7.10 & - compile_python 3.8.8 & - compile_python 3.9.2 & + compile_python 3.8.9 & + compile_python 3.9.3 & compile_python 3.10.0a6 & wait }