diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2020-10-18 20:35:38 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-10-18 20:35:38 +0200 |
commit | 0f80590d7ebe62c61d2bdf2a220a093821dcbab8 (patch) | |
tree | c0a55203c23cc3a49478fd83f79b04a9bc762563 /setup.py | |
parent | fd8893ccb538e95c5acb2a2b47f0e87003de5b0d (diff) | |
download | python-lxml-0f80590d7ebe62c61d2bdf2a220a093821dcbab8.tar.gz |
lxml actually works in Py3.9.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |