summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-03-10 13:42:17 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-03-10 13:42:17 +0100
commit9b9a6fb18badb0f53ade2c448b1b49312bcf9364 (patch)
treee171cfee1c3b1cd5ff5e195583743d89b8ff5030 /setup.py
parentf6b3454981212a34f8291ebc0552b5f2eaa8d15a (diff)
downloadpython-lxml-9b9a6fb18badb0f53ade2c448b1b49312bcf9364.tar.gz
Add official support for Py3.7 for the next release.
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 8c0ded82..ce87b912 100644
--- a/setup.py
+++ b/setup.py
@@ -230,6 +230,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',