From a9f7153876c5fa346907fe1c0d9e547ae78428f2 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 22 Sep 2023 08:29:39 +0200 Subject: [PATCH] Add missing python_requires. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 706eaae..0c31755 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ packages=find_packages('src'), include_package_data=True, zip_safe=False, + python_requires='>=3.7', install_requires=[ 'setuptools', 'zc.buildout',