summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:34:08 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:34:08 +0200
commit124f5c358c6a18b1a647e122cf88686a449552f9 (patch)
tree88d6353485059cbba014be92f1bb9b0373e33e6e /src
parent6f4cf6f01e81c860ab0add4580f73e099bf8abba (diff)
downloadpython-decorator-git-124f5c358c6a18b1a647e122cf88686a449552f9.tar.gz
Add support for Python 3.11
Diffstat (limited to 'src')
-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 bf3a0b0..375bb57 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, 3.10|
+|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11|
|Download page| http://pypi.python.org/pypi/decorator/$VERSION|
|Installation| ``pip install decorator``|
|License | BSD license|