use python3.11 for all projects

This commit is contained in:
Jörg Thalheim
2024-09-02 18:28:36 +02:00
parent 1fa0e72bea
commit 8e9ed4611d

View File

@@ -1,5 +1,5 @@
[tool.mypy]
python_version = "3.10"
python_version = "3.11"
pretty = true
warn_redundant_casts = true
disallow_untyped_calls = true