summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-01-12 15:25:42 +0100
committerStefan Behnel <stefan_ml@behnel.de>2014-01-12 15:25:42 +0100
commit2b4675e6dcbe47cc826a83e834e0319bdcf89d84 (patch)
treecc81ad81d04680f0f3f65a363b006d98b9657795 /setup.py
parentdd0bbe36408fe1a49f278f368e8e76aff8e075bf (diff)
downloadpython-lxml-2b4675e6dcbe47cc826a83e834e0319bdcf89d84.tar.gz
make Py3.4 as supported for now
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 631c5f24..17c4c7be 100644
--- a/setup.py
+++ b/setup.py
@@ -201,6 +201,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',