Skip to content

Commit

Permalink
Install typing_extensions for Python<3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Feb 7, 2024
1 parent 7fa4cb3 commit e88b710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include_package_data = true
python_requires = >=3.8
install_requires =
more_itertools
typing_extensions; python_version < "3.11"

[options.extras_require]
testing =
Expand Down

0 comments on commit e88b710

Please sign in to comment.