Update setup.py to reflect that Python 2.6 is no longer supported, but
authorJelmer Vernooij <jelmer@jelmer.uk>
Sun, 24 Jul 2016 18:07:49 +0000 (18:07 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 24 Jul 2016 18:07:49 +0000 (18:07 +0000)
3.4 is.

setup.py

index 7d8deeb3252d3b27a61e2dea91a2bd191f08d3e0..889538e91a2622727e485563b50e319f00ec9fad 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -89,9 +89,9 @@ setup(name='dulwich',
       classifiers=[
           'Development Status :: 4 - Beta',
           'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
-          'Programming Language :: Python :: 2.6',
           'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 3.4',
+          'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: Implementation :: CPython',
           'Programming Language :: Python :: Implementation :: PyPy',
           'Operating System :: POSIX',