From 2f0d337d5726978389f5355440a0f9aaedd015bd Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Tue, 28 May 2024 18:14:36 +0200 Subject: [PATCH] build: Don't constrain upper Python version Time will tell us if we're really incompatible or we were just being overly pessimistic. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a27545..5e0abbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dynamic = ["version"] name = "capella-git-hooks" description = "A collection of useful Capella related Git hooks" readme = "README.md" -requires-python = ">=3.9, <3.12" +requires-python = ">=3.9" license = { text = "Apache-2.0" } authors = [ { name = "DB Netz AG" },