Skip to content

Commit

Permalink
Merge pull request #1653 from asottile/lower-bound-importlib-metadata
Browse files Browse the repository at this point in the history
require sufficiently new importlib-metadata
  • Loading branch information
asottile committed Aug 3, 2022
2 parents 318a86a + e94ee2b commit 213e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -42,7 +42,7 @@ install_requires =
mccabe>=0.7.0,<0.8.0
pycodestyle>=2.9.0,<2.10.0
pyflakes>=2.5.0,<2.6.0
importlib-metadata<4.3;python_version<"3.8"
importlib-metadata>=1.1.0,<4.3;python_version<"3.8"
python_requires = >=3.6.1

[options.packages.find]
Expand Down

0 comments on commit 213e006

Please sign in to comment.