diff --git a/setup.py b/setup.py index 1220201..9814f89 100755 --- a/setup.py +++ b/setup.py @@ -50,10 +50,11 @@ ], }, classifiers=[ - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',