From 032c4fb7bf19a5fd5126ed07078ae548dbe45311 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 6 Oct 2021 18:17:22 +0200 Subject: [PATCH] Hello Python 3.11 --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6783940..60eb63a 100644 --- a/.bashrc +++ b/.bashrc @@ -199,6 +199,7 @@ compile_all_pythons() compile_python 3.8.12 & compile_python 3.9.7 & compile_python 3.10.0 & + compile_python 3.11.0 a1 wait }