pyproject: Add minimum required Python version

This commit is contained in:
kramo
2025-12-03 16:15:08 +01:00
parent da102515a8
commit aa5168e717
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
[project]
requires-python = ">= 3.13"
[tool.pyright]
exclude = ["**/__pycache__", "**/.*", "_build/**"]
typeCheckingMode = "strict"