From 798eff59c2514ecadb473a110339bad9e3b8f6bc Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 17 Mar 2020 17:36:03 +0000 Subject: [PATCH] MNT: py38 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ea4b43f21..e1b4c967a 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,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 :: Libraries :: Python Modules'], packages=packages, -- GitLab