🔧 Relax Python version requirement in pyproject.toml to >=3.12, <4.0

This commit is contained in:
2025-12-08 19:07:51 +01:00
parent d7d7ad62df
commit ded0f3c42e

View File

@@ -10,7 +10,7 @@ authors = [
{ name = "Paillat-dev", email = "me@paillat.dev" } { name = "Paillat-dev", email = "me@paillat.dev" }
] ]
license = "MIT" license = "MIT"
requires-python = "==3.12.*" requires-python = ">=3.12, <4.0"
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",