summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-22 16:57:50 +0300
committerGitHub <noreply@github.com>2021-10-22 15:57:50 +0200
commit2d586e565e300cda26c6fce73bdf8a14c8096031 (patch)
tree887fffcefddd53a5dcad6691edd6731a5104e126 /setup.py
parent5d7d69d7de25f7d0f5079965e6ab8cfdba672ed1 (diff)
downloadpython-lxml-2d586e565e300cda26c6fce73bdf8a14c8096031.tar.gz
Add package metadata marker for Python 3.10 support (GH-330)
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 123028c4..2dcaf4f6 100644
--- a/setup.py
+++ b/setup.py
@@ -241,6 +241,7 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',