We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a416 commit 0e47d76Copy full SHA for 0e47d76
CONTRIBUTORS
@@ -51,3 +51,4 @@ Bartolome Sanchez Salado
51
Laszlo Vasko
52
Fernando L. Pereira
53
Alexander Loechel
54
+Ryan P. Kilby
setup.py
@@ -92,7 +92,7 @@ def main():
92
'Topic :: Software Development :: Libraries',
93
'Topic :: Utilities'] + [
94
('Programming Language :: Python :: %s' % x) for x in
95
- '2 2.6 2.7 3 3.3 3.4 3.5 3.6'.split()]
+ '2 2.7 3 3.4 3.5 3.6'.split()]
96
)
97
98
0 commit comments