Skip to content

Commit a97c98f

Browse files
committed
Bump minimal Python version for typing_extensions to v3.13
1 parent 673ae08 commit a97c98f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ dynamic = ["version"]
5555
dependencies = [
5656
# typing.Annotated since v3.9
5757
# typing.Self and typing.assert_never since v3.11
58-
"typing-extensions; python_version<'3.11'",
58+
# typing.TypeVar default since v3.13
59+
"typing-extensions; python_version<'3.13'",
5960
]
6061

6162
[project.optional-dependencies]

0 commit comments

Comments
 (0)