use python3.11 for all projects

This commit is contained in:
Jörg Thalheim
2024-09-02 18:28:36 +02:00
parent 659e5b37dd
commit 222da58d13

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