aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2021-10-07 13:05:19 -0400
committerGitHub <noreply@github.com>2021-10-07 13:05:19 -0400
commit19d41f8ec94ab0148d2f09a5d560ae237a87ffdb (patch)
treeec1f9c9164cce79da52105e6ec6f3b54cdbc7c3b /setup.py
parent5096f46aec77b47dce0d77a8448c53ddf418a686 (diff)
downloadgoogle-auth-library-python-19d41f8ec94ab0148d2f09a5d560ae237a87ffdb.tar.gz
feat: add support for Python 3.10 (#882)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 54a2c90..343e660 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(
"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",