From 52e39ee2612b3210a2ccfe88692a2fc272897a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Mon, 4 Nov 2024 20:05:57 +0100 Subject: [PATCH] py<3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7a64348b..1e61ed9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = [ { name = "Volker Hirthammer", email = "volker.hirthammer@bam.de" }, { name = "Martin K. Scherer", email = "martin.scherer@bam.de" }, ] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.13" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Education",