From 71ad4ffef5ec8d994e7465a1d3798c140802067f Mon Sep 17 00:00:00 2001 From: Robert Rostohar Date: Tue, 30 Jun 2026 07:15:55 +0200 Subject: [PATCH] setup.cfg: drop support for EOL python versions --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3c52088..f2c0d6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,6 @@ classifiers = Operating System :: POSIX Operating System :: Unix Programming Language :: Python - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -40,7 +38,7 @@ project_urls = [options] packages = find: -python_requires = >=3.7 +python_requires = >=3.9 include_package_data = True package_dir = =src