From 130839f77148d6368db8fdfe2eb955e8fb732e11 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Wed, 16 Oct 2024 08:47:46 +0000 Subject: [PATCH] unpin py312 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa428e..4301f75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = [ { name = "Cagtay Fabry", email = "cagtay.fabry@bam.de" }, ] # Dependencies -requires-python = ">=3.9,<3.12" +requires-python = ">=3.9" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research",