From 4a1ac803cd4a9cf02ff14cf9a7a3abd1903e3f98 Mon Sep 17 00:00:00 2001 From: Jelmer van der Linde Date: Thu, 14 Sep 2023 12:42:48 +0200 Subject: [PATCH] I can't read the docs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72016a8..67dcbd2 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,5 @@ ], install_requires = ['regex', 'click', 'joblib', 'tqdm'], entry_points=console_scripts, - python_required='>3.8', + python_requires='>=3.8', )