Skip to content

Commit 2f773cb

Browse files
authored
Restrict typing_extensions requirement to < 3.10 (#28)
It's not used on newer Python versions.
1 parent a1daea2 commit 2f773cb

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
@@ -17,7 +17,7 @@ maintainers = [
1717
# Dependency Information
1818
requires-python = ">=3.8"
1919
dependencies = [
20-
"typing_extensions",
20+
"typing_extensions;python_version<'3.10'",
2121
]
2222

2323
# Extra information

0 commit comments

Comments
 (0)