From 5380f815ae1be8918dd37d228e205aef5ef69f94 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 7 Jul 2020 09:21:57 +0200 Subject: [PATCH] Python 3.9.0b4 is now available for testing --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d228a9d..cf70ba0 100644 --- a/.bashrc +++ b/.bashrc @@ -196,7 +196,7 @@ compile_all_pythons() compile_python 3.6.10 & compile_python 3.7.8 & compile_python 3.8.4 rc1 & - compile_python 3.9.0 b3 & + compile_python 3.9.0 b4 & wait }