Skip to content

Commit 105e92f

Browse files
DimitriPapadopoulosFFY00
authored andcommitted
py: drop Python 3.9 (in mypy)
1 parent fa7dbb3 commit 105e92f

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
@@ -77,7 +77,7 @@ config-settings = 'setup-args=--vsenv build-dir=build'
7777

7878
[tool.mypy]
7979
files = 'src'
80-
python_version = '3.9'
80+
python_version = '3.10'
8181
show_error_codes = true
8282
strict = true
8383

0 commit comments

Comments
 (0)