From bd9852870f0e7ed1fe094200b9fbfa6857873ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Grie=C3=9Fhaber?= Date: Mon, 16 Mar 2026 15:07:00 +0100 Subject: [PATCH] chore: fix declared python version dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3a4ddfc0..db382e65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = [options] zip_safe = True include_package_data = True -python_requires = >=3.9, <=3.14 +python_requires = >=3.9, <3.15 install_requires = numpy scipy