From 6dca2c373c8e14dd61be7829b16c7ec15b5285aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Thu, 6 Jun 2024 20:00:24 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d11db8472..77fcb9e2d 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.12" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Education",