Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ee8c51

Browse files
authored
Merge pull request #2467 from pre-commit/asottile-patch-1
require a version of virtualenv which is less broken in 3.10+
2 parents c1e0836 + f4e658f commit 9ee8c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_requires =
2828
nodeenv>=0.11.1
2929
pyyaml>=5.1
3030
toml
31-
virtualenv>=20.0.8
31+
virtualenv>=20.10.0
3232
importlib-metadata;python_version<"3.8"
3333
python_requires = >=3.7
3434

0 commit comments

Comments
 (0)