new classifiers for 3.2+
authorKenneth Reitz <me@kennethreitz.com>
Mon, 1 Oct 2012 17:30:41 +0000 (13:30 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 1 Oct 2012 17:30:41 +0000 (13:30 -0400)
setup.py

index 35c87ce..9844ab1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,8 @@ setup(
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.0',
         'Programming Language :: Python :: 3.1',
+        'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
     ),
 )