From 76613276f9e273fa0e037994cf3f9e2583aa2169 Mon Sep 17 00:00:00 2001 From: Joy Lal Chattaraj Date: Wed, 31 Jul 2019 12:30:52 +0530 Subject: [PATCH] SDK-366 Drop Support for Python 2.6 (#281) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d878420..211c8ee5 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",