From ded0f3c42e945fbd9b663284a456c3a51d2f278f Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Mon, 8 Dec 2025 19:07:51 +0100 Subject: [PATCH] :wrench: Relax Python version requirement in pyproject.toml to >=3.12, <4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b35118..8a2518b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Paillat-dev", email = "me@paillat.dev" } ] license = "MIT" -requires-python = "==3.12.*" +requires-python = ">=3.12, <4.0" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",