From f553cc2966ddbc6e752658203c171e3832e85bf6 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Mon, 2 Sep 2019 17:04:16 -0400 Subject: [PATCH] Advertise support for python 3.8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3e01f99..50c219a 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setuptools.setup( 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries',