From a89ce8a18dee50a986d90abdc745f89b8d7eb3de Mon Sep 17 00:00:00 2001 From: Emmanuel Magnier Date: Fri, 2 Apr 2021 11:40:36 +0200 Subject: Fix python version in setup update both python_requires and classifiers to match the actually supported version of python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4eeca6e..de78244 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if __name__ == '__main__': py_modules=['decorator'], keywords="decorators generic utility", platforms=["All"], - python_requires='>=2.6, !=3.0.*, !=3.1.*', + python_requires='>=3.5', classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', -- cgit v1.2.1