From 7cb08a51256f9c5d3db079d19983a420a9039a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Wed, 14 May 2025 21:53:41 +0200 Subject: [PATCH] Define in setup.py the minimal Python version Closes #474 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e50ef71f..c0910fc4 100755 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ 'Topic :: Text Processing :: General', ], packages=find_packages(), + python_requires='>=3.8', install_requires=[], package_data={'': ['*.dat', '*.crt', 'py.typed']}, extras_require={