Skip to content

Commit

Permalink
Set a minimum version for importlib_metadata
Browse files Browse the repository at this point in the history
This version contains the py3.10 implementation of the entry points API.
  • Loading branch information
agronholm committed Dec 15, 2021
1 parent de01e27 commit d60076b
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 @@ -30,7 +30,7 @@ package_dir=
packages = find_namespace:
python_requires = >=3.7
install_requires =
importlib_metadata; python_version < '3.10'
importlib_metadata >= 4.4; python_version < '3.10'
ruamel.yaml >= 0.15
typeguard ~= 2.0
async-generator ~= 1.4
Expand Down

0 comments on commit d60076b

Please sign in to comment.