Update python 3 classifiers

Bump to py34, since that's the default version we against.
This commit is contained in:
Louis Taylor 2015-07-24 17:40:17 +01:00
parent 6e5e9486cc
commit 2344e5bdc2

View file

@ -21,6 +21,6 @@ setuptools.setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
)