From c5e8927c4680707ca2b0323281cb50ec78993081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Wed, 11 Dec 2024 23:52:07 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ccbc92b3..c81971ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = [ { name = "Martin K. Scherer", email = "martin.scherer@bam.de" }, { name = "Michael Winkler", email = "michael.winkler@bam.de" }, ] -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<3.14" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Education",