Skip to content

Commit

Permalink
Update setup.py to drop python 2.6, 3.2, and 3.3
Browse files Browse the repository at this point in the history
Since those versions are no longer being tested via travis, best to not
indicate that they are supported.
  • Loading branch information
agschwender committed Jul 27, 2018
1 parent 7e8ae65 commit 342c346
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ def run(self):
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.6',
],
url='https://github.com/agschwender/pilbox',
author='Adam Gschwender',
Expand Down

0 comments on commit 342c346

Please sign in to comment.