From 348218528e7e2f6b4b1dd7e78eb30105e5a142ac Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Sat, 22 Jun 2024 15:18:21 +0200 Subject: [PATCH] Drop Python 3.7 support --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5289425..7f0746b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ license = { text="GNU General Public License v3 (GPLv3)" } requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",