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",