From b50c4680c946c2402a2237bdf04c561cb4f94337 Mon Sep 17 00:00:00 2001 From: Joy Lal Chattaraj Date: Wed, 31 Jul 2019 12:23:59 +0530 Subject: [PATCH] drop support for python 2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12559c75..baac4ac8 100644 --- a/setup.py +++ b/setup.py @@ -23,13 +23,13 @@ def read(fname): scripts=['bin/qds.py'], install_requires=INSTALL_REQUIRES, long_description=read('README.rst'), + python_requires='>=2.7', classifiers=[ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3",