summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-11-01 16:34:35 +0100
committerMichele Simionato <michele.simionato@gmail.com>2021-11-01 16:34:35 +0100
commitd5d65ada05723b3d4999a3aa419aac2f5f02012b (patch)
tree4cd54abceb23ff0d2ac28f5078966b863031f575 /docs
parentbaf129705a56ead40a71b1813003439e06fd1538 (diff)
parentf3daf42a7928e157e1e0b8ec6840f68af5d20a83 (diff)
downloadpython-decorator-git-d5d65ada05723b3d4999a3aa419aac2f5f02012b.tar.gz
Merge branch 'master' of github.com:micheles/decorator
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 2c896c4..cbbc540 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -4,7 +4,7 @@
|---|---|
|E-mail | michele.simionato@gmail.com|
|Version| 5.1.0 (2021-09-11)|
-|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/5.1.0|
|Installation| ``pip install decorator``|
|License | BSD license|