From 9a546994b458702cbb19fba8ca61571d98e70d0a Mon Sep 17 00:00:00 2001 From: Mark Yeatman Date: Thu, 7 May 2026 15:37:49 -0400 Subject: [PATCH] Only explicitly support 3.10 and up. --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7377d23e..f376a912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,12 @@ authors = [ ] description = "Provides spatial maths capability for Python." readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.10" classifiers = [ "Development Status :: 5 - Production/Stable", # Indicate who your project is intended for "Intended Audience :: Developers", # Specify the Python versions you support here. - "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", "Programming Language :: Python :: 3.12",