From 6e110fe317b456f76e98598fedadf54fd92c057b Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 7 May 2020 22:33:17 +0200 Subject: [fix] logilab-common requires python 3.6 now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c19e6a..a577530 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( classifiers=pkginfo["classifiers"], packages=find_packages(exclude=["contrib", "docs", "test*"]), namespace_packages=[pkginfo["subpackage_of"]], - python_requires=">=3.3", + python_requires=">=3.6", install_requires=pkginfo["install_requires"], tests_require=pkginfo["tests_require"], scripts=pkginfo["scripts"], -- cgit v1.2.1