From 0519ef842dae9e1683b0bc3f0782f0a093201530 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 9 Oct 2024 07:18:31 +0200 Subject: [PATCH] - remove Python3.7 declaration --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4e639f5..0c91748 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ def read(*rnames): 'Programming Language :: Python', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',