From e96c5a36aa5ce0de65526d718a917ec85ee45ca0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 5 Oct 2021 04:19:29 +0200 Subject: [PATCH] Hello Python 3.10.0 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 078d4ce..6783940 100644 --- a/.bashrc +++ b/.bashrc @@ -198,7 +198,7 @@ compile_all_pythons() compile_python 3.7.12 & compile_python 3.8.12 & compile_python 3.9.7 & - compile_python 3.10.0 b2 & + compile_python 3.10.0 & wait }