upgrade code to python 3.10

This commit is contained in:
Robert Resch 2022-04-08 23:14:59 +02:00
parent 0738a30ad5
commit 1d0b0e3deb
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[mypy]
python_version = 3.9
python_version = 3.10
show_error_codes = true
follow_imports = silent
ignore_missing_imports = true