From 8f4e4266cacd6d55abf71d328aeb4b2e64263149 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 20 Oct 2012 16:30:26 -0700 Subject: Add Python 3.3 support to documentation (but not to the Tox configuration). --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 54780e0..f5b417d 100644 --- a/setup.py +++ b/setup.py @@ -138,6 +138,7 @@ CLASSIFIERS = ( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: Implementation :: PyPy', ) -- cgit v1.2.1