Skip to content

Commit

Permalink
Drop typing_extensions dependency (#114)
Browse files Browse the repository at this point in the history
Given the package now requires Python >=3.8, the typing_extensions can be dropped.
  • Loading branch information
nicoddemus authored Aug 15, 2023
1 parent 4ccb970 commit 3ba46f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ classifiers=[
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries",
]
dependencies = [
'typing-extensions>=3.7.4.3;python_version<"3.8"',
]
dependencies = []

[project.urls]
github = "https://github.com/MagicStack/immutables"
Expand Down

0 comments on commit 3ba46f7

Please sign in to comment.