From 171a4098493776151e11ce5236c25e38245997b5 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 6 Jun 2020 15:53:41 +0100 Subject: [PATCH] official py3.8 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1aa5dd70..770e557b 100755 --- a/setup.py +++ b/setup.py @@ -97,6 +97,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: IronPython', 'Programming Language :: Python :: Implementation :: PyPy',