Add Py3.3 to list of supported versions

This commit is contained in:
Lance Stout 2014-02-06 09:14:22 -08:00
parent 651915f31c
commit 654420e351

View file

@ -42,6 +42,7 @@ CLASSIFIERS = [ 'Intended Audience :: Developers',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries :: Python Modules',
]