Skip to content

Commit 75f08cc

Browse files
committed
Require older virtualenv for Python 3.6 in tox
1 parent aa5ebee commit 75f08cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[tox]
2+
# Older virtualenv required for Python 3.6.
3+
requires = virtualenv<20.22.0
24
envlist = black,mypy,py{36,39,310,311,312,313,314,315}
35
isolated_build = True
46

0 commit comments

Comments
 (0)