⬆️ Update Python version requirement to support 3.12 and above (#31)

This commit is contained in:
2025-12-10 16:37:10 +01:00
committed by GitHub
parent 364ade74f5
commit 2f6899bd34
2 changed files with 166 additions and 2 deletions

View File

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