Skip to content

Commit

Permalink
Pin typing_extensions high enough for our use of it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed May 24, 2023
1 parent 89cfe10 commit db2e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python_requires = >=3.7
packages = find:
include_package_data = true
install_requires =
typing_extensions; python_version < "3.11"
typing_extensions>=4; python_version < "3.11"
zip_safe = false

[options.extras_require]
Expand Down

0 comments on commit db2e53a

Please sign in to comment.