From 05e065da3fd96f9e5f3c721a9a0e8122d372fdec Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 13 Oct 2025 19:53:15 +0200 Subject: [PATCH] require Python >=3.10 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5907d..c6efec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ 'numpy', ] -requires-python = '>=3.9' +requires-python = '>=3.10' # Get version dynamically from git # (needs setuptools_scm tools config below) dynamic = ['version']