Skip to content

Commit

Permalink
Restrict typing_extensions requirement to < 3.10 (#28)
Browse files Browse the repository at this point in the history
It's not used on newer Python versions.
  • Loading branch information
cjwatson authored Nov 5, 2024
1 parent a1daea2 commit 2f773cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers = [
# Dependency Information
requires-python = ">=3.8"
dependencies = [
"typing_extensions",
"typing_extensions;python_version<'3.10'",
]

# Extra information
Expand Down

0 comments on commit 2f773cb

Please sign in to comment.