From deb6d296117ebbd5c8fa0ca85690a60fb8537a6f Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 21 Nov 2024 13:26:25 +0000 Subject: [PATCH] Make 3.9 the minimum version --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 52e1139..c02f007 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifiers = Topic :: Software Development :: Testing Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -30,7 +29,7 @@ project_urls = [options] packages = find: -python_requires = >=3.7 +python_requires = >=3.9 setup_requires = setuptools_scm # add your package requirements here install_requires =