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.
This commit is contained in:
Thomas Kluyver 2015-12-01 15:00:37 +00:00
parent addc7eb5d9
commit 9bcac1d629

View File

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