From a70c89ab9d746bca6b14b3cfe53f59cc4a02054b Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Mon, 10 Aug 2020 16:57:02 +0300 Subject: [PATCH] add minimum supported Python version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f3b209b..54aa598 100644 --- a/setup.py +++ b/setup.py @@ -220,6 +220,7 @@ def main(): maintainer="Olli-Pekka Heinisuo", ext_modules=EmptyListWithLength(), install_requires=numpy_version, + python_requires=">=3.5", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", -- GitLab