Skip to content

Commit 9267bdf

Browse files
committed
fix(mypy): use py3.10
1 parent 07f1eac commit 9267bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ignore = ["E501"]
6565
target-version = "py37"
6666

6767
[tool.mypy]
68-
python_version = "3.7"
68+
python_version = "3.10"
6969
warn_return_any = true
7070
warn_unused_configs = true
7171
disallow_untyped_defs = true

0 commit comments

Comments
 (0)