From d6edcd5a59359fdd6b167c5edd2d6a9766ea64f2 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 10 Apr 2021 11:13:36 +0200 Subject: [PATCH] Python 3.9 hotfix. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6564140..65e1a1e 100644 --- a/.bashrc +++ b/.bashrc @@ -199,7 +199,7 @@ compile_all_pythons() compile_python 3.6.12 & compile_python 3.7.10 & compile_python 3.8.9 & - compile_python 3.9.3 & + compile_python 3.9.4 & compile_python 3.10.0a6 & wait }