summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 16:30:26 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 16:30:26 -0700
commit8f4e4266cacd6d55abf71d328aeb4b2e64263149 (patch)
treee52306b5bbfa23af0cb78efa4beabdf7517a65d5 /setup.py
parent3560662a7e824bdeb14f2fbb059d5fa953229f29 (diff)
downloadpystache-8f4e4266cacd6d55abf71d328aeb4b2e64263149.tar.gz
Add Python 3.3 support to documentation (but not to the Tox configuration).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',
)