Skip to content

Commit ca73269

Browse files
committed
mypy: Add minimum python version to 3.10
1 parent be4a232 commit ca73269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.9
2+
python_version = 3.10
33
warn_return_any = False
44
warn_unused_configs = True
55
disallow_untyped_defs = False

0 commit comments

Comments
 (0)