Remove explicit Python 3.3 classifier

If we're going to explicitly list 3.3, we should also be listing 3.4 and
3.5. But really we're compatible with any fairly recent Python 3
version, and will probably be compatible with future versions, so I
think it's best to just use the overall Python 3 classifier.
Thomas Kluyver 11 years ago
parent addc7eb5d9
commit 9bcac1d629

@ -93,7 +93,6 @@ for more information.
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
],
)

Loading…
Cancel
Save