summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-09-26 20:38:40 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-09-26 20:38:40 +0200
commit8efd4fa0cf780e1101e03f827758bab1f02bf2ee (patch)
tree6138359a280b4c7c7337c3ea1ca8909cfbdc2567 /setup.py
parent26358d2218a84ad8ee89cce64828f907489c43af (diff)
downloadpython-lxml-8efd4fa0cf780e1101e03f827758bab1f02bf2ee.tar.gz
mark Py3.3 as being supported
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 8573f9fe..7e89fd7e 100644
--- a/setup.py
+++ b/setup.py
@@ -215,6 +215,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',