summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-11 20:36:18 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-11 20:36:18 +0300
commit7002507b86f90a79777d65129e39c4cce96587e2 (patch)
treef800314aa28f10e612b39d4bbff6d76b905f729b /src/tests/documentation.py
parent0094c7b282a45aaa234f14b90984ccdc350dc6c5 (diff)
downloadpython-decorator-git-7002507b86f90a79777d65129e39c4cce96587e2.tar.gz
Add support for Python 3.10
Diffstat (limited to 'src/tests/documentation.py')
-rw-r--r--src/tests/documentation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index 85e57ad..ebd55d5 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -14,7 +14,7 @@ doc = r"""# Decorators for Humans
|---|---|
|E-mail | michele.simionato@gmail.com|
|Version| $VERSION ($DATE)|
-|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9|
+|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10|
|Download page| http://pypi.python.org/pypi/decorator/$VERSION|
|Installation| ``pip install decorator``|
|License | BSD license|