summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-22 16:57:50 +0300
committerStefan Behnel <stefan_ml@behnel.de>2021-11-01 10:48:55 +0100
commit4ea0648b7e67e7cb701cf45e1c02a732e6cf8265 (patch)
tree10d7c46cb30be51e6418bfbb1989a821d5d8ac10
parent8b72a74464f9d5c9a1d8453fe4ab296f7539f431 (diff)
downloadpython-lxml-4ea0648b7e67e7cb701cf45e1c02a732e6cf8265.tar.gz
Add package metadata marker for Python 3.10 support (GH-330)
-rw-r--r--setup.py1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cba54809..3fdf6705 100644
--- a/setup.py
+++ b/setup.py
@@ -239,6 +239,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',
diff --git a/tox.ini b/tox.ini
index 4fb8f3a3..3906b1de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py35, py36, py37, py38, py39
+envlist = py27, py35, py36, py37, py38, py39, py310
[testenv]
setenv =