⬆️ Update Python version requirement to support 3.12 and above

This commit is contained in:
2025-12-10 16:28:42 +01:00
parent b547cc4d8e
commit 7ee3992463
2 changed files with 318 additions and 3 deletions

View File

@@ -10,13 +10,14 @@ 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",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
"Operating System :: OS Independent",
]