diff --git a/setup.py b/setup.py index 105ce7f..c5596b6 100644 --- a/setup.py +++ b/setup.py @@ -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',