From 55edccebc1f09531173c45972454a76e454a2d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Fri, 20 Oct 2023 09:07:23 +0200 Subject: [PATCH] #10 github action don't work with python > 3.9? --- settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.ini b/settings.ini index 1ce5996..2252ab5 100644 --- a/settings.ini +++ b/settings.ini @@ -6,7 +6,7 @@ repo = data_science_tutorial lib_name = ds_tut version = 0.0.1 -min_python = 3.10 +min_python = 3.9 license = apache2 black_formatting = True