Skip to content

Commit 3fc05d5

Browse files
committed
Bump the minimum Python version configured in mypy
1 parent e4f01e3 commit 3fc05d5

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
@@ -109,7 +109,7 @@ mpl-use-full-test-name = true
109109
# mpl-baseline-path = "tests/baseline_images"
110110

111111
[tool.mypy]
112-
python_version = "3.10"
112+
python_version = "3.11"
113113
plugins = ["numpy.typing.mypy_plugin"]
114114

115115
disallow_untyped_defs = true

0 commit comments

Comments
 (0)