diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-10-11 20:36:18 +0300 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-10-11 20:36:18 +0300 |
| commit | 7002507b86f90a79777d65129e39c4cce96587e2 (patch) | |
| tree | f800314aa28f10e612b39d4bbff6d76b905f729b /docs/documentation.md | |
| parent | 0094c7b282a45aaa234f14b90984ccdc350dc6c5 (diff) | |
| download | python-decorator-git-7002507b86f90a79777d65129e39c4cce96587e2.tar.gz | |
Add support for Python 3.10
Diffstat (limited to 'docs/documentation.md')
| -rw-r--r-- | docs/documentation.md | 2 |
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| |
