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 /setup.py | |
| parent | 6f4cf6f01e81c860ab0add4580f73e099bf8abba (diff) | |
| download | python-decorator-git-124f5c358c6a18b1a647e122cf88686a449552f9.tar.gz | |
Add support for Python 3.11
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ if __name__ == '__main__': 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries', 'Topic :: Utilities'], |
