summaryrefslogtreecommitdiff
path: root/docs/documentation.md
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 /docs/documentation.md
parent6f4cf6f01e81c860ab0add4580f73e099bf8abba (diff)
downloadpython-decorator-git-124f5c358c6a18b1a647e122cf88686a449552f9.tar.gz
Add support for Python 3.11
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 10ddb5f..766af7a 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -4,7 +4,7 @@
|---|---|
|E-mail | michele.simionato@gmail.com|
|Version| 5.1.1 (2022-01-07)|
-|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/5.1.1|
|Installation| ``pip install decorator``|
|License | BSD license|