diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2020-02-29 06:27:34 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2020-02-29 06:27:34 +0100 |
| commit | 55a68b5ef1951614c5c37a6d201b1f3b804dbce6 (patch) | |
| tree | 6f43223e26f23427ff18aa8062d078099495d70e | |
| parent | 904844b84f30bcd370268d09fdffbc77b0a9fd42 (diff) | |
| download | python-decorator-git-55a68b5ef1951614c5c37a6d201b1f3b804dbce6.tar.gz | |
Updated setup.py [skip CI]4.4.2
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ if __name__ == '__main__': 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries', 'Topic :: Utilities'], |
