Skip to content

Commit 342c346

Browse files
committed
Update setup.py to drop python 2.6, 3.2, and 3.3
Since those versions are no longer being tested via travis, best to not indicate that they are supported.
1 parent 7e8ae65 commit 342c346

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ def run(self):
2727
classifiers=[
2828
'License :: OSI Approved :: Apache Software License',
2929
'Programming Language :: Python :: 2',
30-
'Programming Language :: Python :: 2.6',
3130
'Programming Language :: Python :: 2.7',
3231
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.2',
34-
'Programming Language :: Python :: 3.3',
32+
'Programming Language :: Python :: 3.6',
3533
],
3634
url='https://github.com/agschwender/pilbox',
3735
author='Adam Gschwender',

0 commit comments

Comments
 (0)