Skip to content

Commit

Permalink
Install typing_extensions on Python 3.11 too
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jul 27, 2023
1 parent 00ac621 commit 2766aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">= 3.7.4"
dependencies = [
"importlib_metadata >= 3.6; python_version < '3.10'",
"typing_extensions >= 4.7.0; python_version < '3.11'",
"typing_extensions >= 4.7.0; python_version < '3.12'",
]
dynamic = ["version"]

Expand All @@ -44,6 +44,7 @@ test = [
]
doc = [
"packaging",
"Sphinx < 7",
"sphinx_rtd_theme",
"sphinx-autodoc-typehints >= 1.2.0",
]
Expand Down

0 comments on commit 2766aa7

Please sign in to comment.