summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-29 10:33:14 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-29 10:33:14 +0100
commit551248f7fff4aeec8764811d707d4e51fadf99a8 (patch)
treefeed8b71037c923539892f4f1fc2e011d9696c7b
parent589c3c2f35e89fec66aa7f4bec2eb2755033b2b2 (diff)
downloadpython-lxml-551248f7fff4aeec8764811d707d4e51fadf99a8.tar.gz
Officially support Py3.8 also in lxml 4.4.x.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 03b9edbe..c433c41c 100644
--- a/setup.py
+++ b/setup.py
@@ -232,6 +232,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',