require a version of virtualenv which is less broken in 3.10+

This commit is contained in:
Anthony Sottile 2022-07-25 19:29:09 -04:00 committed by GitHub
parent c1e0836d6b
commit f4e658fc6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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