From c800f9a00f327e83db39359570603509ab415dee Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Mon, 2 Sep 2019 17:05:52 -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 9a807e5..f0d6e12 100755 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ setuptools.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 :: CPython', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries',