From 202239af2adff3c28ca7c024a803e58b97ce7adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 22 Apr 2023 20:24:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8D=20fix:=20support=20only=20for=203.?= =?UTF-8?q?8=20and=20upwards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1588cc4..0db9311 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,6 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',