From 5ac56446b3964e7fef46970a2e3c91eb14aaf58a Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Sun, 12 Jul 2026 19:24:44 +0200 Subject: [PATCH] bumped min python to 3.11 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2568eb3..f7432bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ build-backend = "setuptools.build_meta" [project] -requires-python = ">= 3.9" +requires-python = ">= 3.11" name = "python3-damaris" dynamic = ["version"] description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)" @@ -20,6 +20,7 @@ dependencies = [ "matplotlib >= 1.4.1, <= 3.6", "pyxdg", "PyGObject >= 3.14.0, <= 3.51.0", + "scipy-stubs~=1.17.1", ] authors = [ {name = "Achim Gädke"},