commit | 19d41f8ec94ab0148d2f09a5d560ae237a87ffdb | [log] [tgz] |
---|---|---|
author | Tres Seaver <[email protected]> | Thu Oct 07 13:05:19 2021 -0400 |
committer | GitHub <[email protected]> | Thu Oct 07 13:05:19 2021 -0400 |
tree | ec1f9c9164cce79da52105e6ec6f3b54cdbc7c3b | |
parent | 5096f46aec77b47dce0d77a8448c53ddf418a686 [diff] [blame] |
feat: add support for Python 3.10 (#882)
diff --git a/setup.py b/setup.py index 54a2c90..343e660 100644 --- a/setup.py +++ b/setup.py
@@ -63,6 +63,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",