Skip to content

Commit 39ea58b

Browse files
authored
Update pyproject.toml
`typing_extensions` required under latest versions of Python
1 parent f88dfa1 commit 39ea58b

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
@@ -63,7 +63,7 @@ dependencies = [
6363

6464
# version compatibility
6565
"pathlib2>=2.3.2; python_version == '3.4'",
66-
"typing-extensions; python_version < '3.9'",
66+
"typing-extensions; python_version < '3.11'",
6767
]
6868

6969
[project.urls]

0 commit comments

Comments
 (0)