From 6427a351b38974912f2db73495d389067cb2bbcd Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 16 Mar 2022 21:05:45 +0100 Subject: [PATCH] 3.5 and 3.6 are EOL. --- compile-python.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/compile-python.sh b/compile-python.sh index 21bbe1b..1ca902e 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,8 +49,6 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.5.10 & - compile-python 3.6.15 & compile-python 3.7.13 & compile-python 3.8.13 & compile-python 3.9.11 &