From ad9b431eaf9163c79ff62b72f2957c733e87652b Mon Sep 17 00:00:00 2001 From: Jon Betts Date: Tue, 27 Apr 2021 05:00:18 +0100 Subject: [PATCH] Update the classifiers to match the Python factors in tox.ini (#634) This advertises the Python support that is already in place. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3a3388ad..29214a8c 100755 --- a/setup.py +++ b/setup.py @@ -143,6 +143,9 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Internet :: Proxy Servers', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: WSGI',