diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2021-10-13 05:49:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 05:49:34 +0200 |
| commit | d37eebca8c7b094d65c696aec6bc89a9df50324f (patch) | |
| tree | f800314aa28f10e612b39d4bbff6d76b905f729b /setup.py | |
| parent | 0094c7b282a45aaa234f14b90984ccdc350dc6c5 (diff) | |
| parent | 7002507b86f90a79777d65129e39c4cce96587e2 (diff) | |
| download | python-decorator-git-d37eebca8c7b094d65c696aec6bc89a9df50324f.tar.gz | |
Merge pull request #134 from hugovk/master
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'], |
