summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-10-18 20:35:38 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-10-18 20:35:38 +0200
commit0f80590d7ebe62c61d2bdf2a220a093821dcbab8 (patch)
treec0a55203c23cc3a49478fd83f79b04a9bc762563 /setup.py
parentfd8893ccb538e95c5acb2a2b47f0e87003de5b0d (diff)
downloadpython-lxml-0f80590d7ebe62c61d2bdf2a220a093821dcbab8.tar.gz
lxml actually works in Py3.9.
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 35e4d0cb..845c0d9c 100644
--- a/setup.py
+++ b/setup.py
@@ -235,6 +235,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',