chore: Relax Python version requirement in pyproject.toml to >=3.12, <4.0 (#47)

This commit is contained in:
Paillat
2025-12-08 19:10:39 +01:00
committed by GitHub
parent d7d7ad62df
commit 9e410d03f6
2 changed files with 434 additions and 5 deletions

View File

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