From 1c1819f890bdabbf6e823f103503a6c15eecd1fb Mon Sep 17 00:00:00 2001 From: jnozsc <470215+jnozsc@users.noreply.github.com> Date: Wed, 6 May 2020 12:42:17 -0700 Subject: [PATCH] add python 3.8 to support list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a4f4968d..a3efc054 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python", "Topic :: Internet :: Proxy Servers", "Topic :: Internet",