From e98aacf62cab52afb7eed81cc0fb44adfb849c76 Mon Sep 17 00:00:00 2001 From: Brad Solomon Date: Tue, 28 Apr 2020 14:17:17 -0400 Subject: [PATCH] Add Python 3.8 to PyPI/trove classifier data 3.8 is now formally supported in .travis.yml as of this commit. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ffa2ee2..7285794 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development', 'Topic :: Software Development :: Debuggers', 'Topic :: Software Development :: Quality Assurance',