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