From: Josh Date: Thu, 16 Jun 2022 11:31:19 +0000 (-0400) Subject: Remove 3.6 from the package classifiers (#2267) X-Git-Tag: 0.23.1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8a1d6cda72bb37883b8e4315f58b6d2acb7e19;p=thirdparty%2Fhttpx.git Remove 3.6 from the package classifiers (#2267) --- diff --git a/setup.py b/setup.py index 52bedbab..0fdbd03c 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,6 @@ setup( "Framework :: AsyncIO", "Framework :: Trio", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",