commit | bcc507fd7e0ba338cba4afc9c93d9fc577187425 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Tue Oct 12 12:49:54 2021 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 12 12:49:54 2021 -0400 |
tree | b4b31a75c9e4b471c7bc2d096d999ba1118cc2a9 | |
parent | f6c1b9423e2ce828c2101bfe89e97bd6628ce03a [diff] [blame] |
feat: add support for python 3.10 (#1557)
diff --git a/setup.py b/setup.py index 45ec04d..48e811a 100644 --- a/setup.py +++ b/setup.py
@@ -74,6 +74,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",