We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8ae65 commit 342c346Copy full SHA for 342c346
setup.py
@@ -27,11 +27,9 @@ def run(self):
27
classifiers=[
28
'License :: OSI Approved :: Apache Software License',
29
'Programming Language :: Python :: 2',
30
- 'Programming Language :: Python :: 2.6',
31
'Programming Language :: Python :: 2.7',
32
'Programming Language :: Python :: 3',
33
- 'Programming Language :: Python :: 3.2',
34
- 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.6',
35
],
36
url='https://github.com/agschwender/pilbox',
37
author='Adam Gschwender',
0 commit comments