Skip to content

Commit

Permalink
Merge pull request #2467 from pre-commit/asottile-patch-1
Browse files Browse the repository at this point in the history
require a version of virtualenv which is less broken in 3.10+
  • Loading branch information
asottile committed Jul 25, 2022
2 parents c1e0836 + f4e658f commit 9ee8c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -28,7 +28,7 @@ install_requires =
nodeenv>=0.11.1
pyyaml>=5.1
toml
virtualenv>=20.0.8
virtualenv>=20.10.0
importlib-metadata;python_version<"3.8"
python_requires = >=3.7

Expand Down

0 comments on commit 9ee8c51

Please sign in to comment.