Skip to content

Commit 3ba46f7

Browse files
authored
Drop typing_extensions dependency (#114)
Given the package now requires Python >=3.8, the typing_extensions can be dropped.
1 parent 4ccb970 commit 3ba46f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ classifiers=[
2626
"Operating System :: Microsoft :: Windows",
2727
"Topic :: Software Development :: Libraries",
2828
]
29-
dependencies = [
30-
'typing-extensions>=3.7.4.3;python_version<"3.8"',
31-
]
29+
dependencies = []
3230

3331
[project.urls]
3432
github = "https://github.com/MagicStack/immutables"

0 commit comments

Comments
 (0)