From cd17ec62bf3c71d35b8ec0331d1811825232a52d Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Wed, 14 Aug 2024 08:58:12 +0200 Subject: [PATCH] change to minimum 3.9 since that is EOL in 2025 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 927d4aa..ebd223e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] license = {text = "LGPLv3+"} readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",