Skip to content

Commit

Permalink
Merge pull request #2098 from pre-commit/asottile-patch-1
Browse files Browse the repository at this point in the history
ban broken importlib-resources versions
  • Loading branch information
asottile committed Oct 20, 2021
2 parents 2ac26e2 + d0c9e58 commit ae53a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -31,7 +31,7 @@ install_requires =
toml
virtualenv>=20.0.8
importlib-metadata;python_version<"3.8"
importlib-resources;python_version<"3.7"
importlib-resources<5.3;python_version<"3.7"
python_requires = >=3.6.1

[options.packages.find]
Expand Down

0 comments on commit ae53a8e

Please sign in to comment.