feat: Deprecate Python 3.9

BREAKING CHANGE:
- Minimal supported Python version is now 3.10.
This commit is contained in:
Peter Dragun
2025-07-28 09:56:45 +02:00
parent 84b4605ffa
commit 519042a1e2
20 changed files with 49 additions and 44 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[mypy]
# Specifies the Python version used to parse and check the target program
python_version = 3.9
python_version = 3.10
# Disallows defining functions without type annotations or with incomplete type annotations
# True => enforce type annotation in all function definitions