Skip to content

Commit

Permalink
fix: add typing-extensions to dependencies for Python 3.7 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Dec 5, 2024
1 parent 6ac0bbc commit d8a18c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Environment :: Console",
]
dependencies = [
"typing-extensions;python_version<'3.8'",
]
requires-python = ">=3.7"
readme = "README.md"
Expand Down

0 comments on commit d8a18c9

Please sign in to comment.