From 4a54e836b1d8fdeaab3c4d3f4fd3e8e9306bfee7 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Thu, 17 Oct 2024 22:09:39 +0200 Subject: [PATCH] No more support for Python 3.7 --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 00a3f6cbd..91e04c267 100644 --- a/python/setup.py +++ b/python/setup.py @@ -202,7 +202,6 @@ def run(self): "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",