From 57720ff191c59bf9d47caee609629c842edf6a7c Mon Sep 17 00:00:00 2001 From: Paillat Date: Sun, 4 May 2025 00:55:44 +0200 Subject: [PATCH] Allow broader python versions in pyproject my bad (#6) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfe3cf2..4f04014 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.9,<3.14" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",