Skip to content

Commit

Permalink
Raise upper constraint for importlib-metadata (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhahaha authored Sep 27, 2021
1 parent 212b01c commit ba47829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ install_requires =
cookiecutter >= 1.7.3 # dependency issues in older versions
dataclasses; python_version<"3.7"
enrich >= 1.2.5
importlib-metadata<2; python_version<"3.8"
importlib-metadata; python_version<"3.8"
Jinja2 >= 2.11.3
packaging
paramiko >= 2.5.0, < 3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deps =
devel: git+https://github.com/ansible-community/pytest-molecule#egg=pytest-molecule
dockerfile: ansible>=2.10
selinux
py{36,37}: importlib-metadata<2,>=0.12
py{36,37}: importlib-metadata>=0.12
py: ansible-base
extras =
docker
Expand Down

0 comments on commit ba47829

Please sign in to comment.