commit | 1aad54af6b1d5da73d7471cdbfaf0d0b37c5fde6 | [log] [tgz] |
---|---|---|
author | Tres Seaver <[email protected]> | Wed Jul 22 20:17:28 2020 -0400 |
committer | GitHub <[email protected]> | Thu Jul 23 00:17:28 2020 +0000 |
tree | 48bbd46ca2ca436fa8fe0621abf5d169024f5965 | |
parent | 6dd2597bd63be6719a0b088de21ef7e48d9d1884 [diff] [blame] |
feat(packaging): add support for Python 3.8 (#569) Release-As: 1.20.0 Closes #568
diff --git a/setup.py b/setup.py index 1f5c686..6a70fca 100644 --- a/setup.py +++ b/setup.py
@@ -56,6 +56,7 @@ "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",