aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2020-07-22 20:17:28 -0400
committerGitHub <noreply@github.com>2020-07-23 00:17:28 +0000
commit1aad54af6b1d5da73d7471cdbfaf0d0b37c5fde6 (patch)
tree48bbd46ca2ca436fa8fe0621abf5d169024f5965 /setup.py
parent6dd2597bd63be6719a0b088de21ef7e48d9d1884 (diff)
downloadgoogle-auth-library-python-1aad54af6b1d5da73d7471cdbfaf0d0b37c5fde6.tar.gz
feat(packaging): add support for Python 3.8 (#569)
Release-As: 1.20.0 Closes #568
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 1f5c686..6a70fca 100644
--- a/setup.py
+++ b/setup.py
@@ -56,6 +56,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",