summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-09-18 09:38:25 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-09-18 09:38:25 +0200
commitc6b5ace9c7810a867c736682ca8612c786f08995 (patch)
tree43127efaf8e90dd48a45de72f08f26d486747153 /setup.py
parent69b197b978b0cd423f90ed42016f1423579e0eff (diff)
downloadpython-lxml-c6b5ace9c7810a867c736682ca8612c786f08995.tar.gz
also works with Py3.5
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 a510f21a..68f064ef 100644
--- a/setup.py
+++ b/setup.py
@@ -222,6 +222,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',