From 654420e351630523d9954e98da566cfd3be4b929 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 6 Feb 2014 09:14:22 -0800 Subject: Add Py3.3 to list of supported versions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d9041af5..c89b0b09 100755 --- a/setup.py +++ b/setup.py @@ -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', ] -- cgit v1.2.3