From 1aad54af6b1d5da73d7471cdbfaf0d0b37c5fde6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 22 Jul 2020 20:17:28 -0400 Subject: feat(packaging): add support for Python 3.8 (#569) Release-As: 1.20.0 Closes #568 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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", -- cgit v1.2.3