Skip to content

Commit c882f3d

Browse files
committed
pyproject(tool.mypy) Bump python_version 3.9 -> 3.10
1 parent 5661f38 commit c882f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ build-backend = "hatchling.build"
124124

125125
[tool.mypy]
126126
strict = true
127-
python_version = "3.9"
127+
python_version = "3.10"
128128
files = [
129129
"src/",
130130
"tests/",

0 commit comments

Comments
 (0)