Skip to content

Commit c6de59c

Browse files
authored
Allow Sphinx's usage of TypeAlias
1 parent c3df6f0 commit c6de59c

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
@@ -186,7 +186,7 @@ combine-as-imports = true
186186
fixture-parentheses = false
187187

188188
[tool.mypy]
189-
python_version = "3.9"
189+
python_version = "3.10"
190190
files = ["src/trio/", "docs/source/*.py"]
191191

192192
# Be flexible about dependencies that don't have stubs yet (like pytest)

0 commit comments

Comments
 (0)