pyproject: Add minimum required Python version
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[project]
|
||||
requires-python = ">= 3.13"
|
||||
|
||||
[tool.pyright]
|
||||
exclude = ["**/__pycache__", "**/.*", "_build/**"]
|
||||
typeCheckingMode = "strict"
|
||||
|
||||
Reference in New Issue
Block a user