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