Skip to content

Commit

Permalink
SDK-366 Drop Support for Python 2.6 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
chattarajoy committed Jul 31, 2019
1 parent c5c035b commit 7661327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7661327

Please sign in to comment.