From 7c65253d9ab5dd424f98903b1721c4364f43a94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 4 Mar 2026 12:34:49 +0100 Subject: [PATCH] DEP: adjust requirement on CPython --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6baa0ba..06dcfeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ { name = "Til Birnstiel & DSHARP collaboration", email = "til.birnstiel@lmu.de" }, ] license = { file = 'LICENSE' } -requires-python = ">=3.10" +requires-python = ">=3.11" dependencies = [ "numpy>=2.1.0", "scipy>=1.13.0",