diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-05 23:34:08 +0200 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-05 23:34:08 +0200 |
| commit | 124f5c358c6a18b1a647e122cf88686a449552f9 (patch) | |
| tree | 88d6353485059cbba014be92f1bb9b0373e33e6e /src | |
| parent | 6f4cf6f01e81c860ab0add4580f73e099bf8abba (diff) | |
| download | python-decorator-git-124f5c358c6a18b1a647e122cf88686a449552f9.tar.gz | |
Add support for Python 3.11
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/documentation.py | 2 |
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| |
