Skip to content

Commit b3e857e

Browse files
committed
upgrade tox requires
1 parent 1b06d66 commit b3e857e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ legacy_tox_ini = """
7979
[tox]
8080
envlist =
8181
py{36,37,38},lint
82-
minversion=3.20.0
82+
minversion=3.20.1
8383
requires=
84-
virtualenv >= 20.0.31
85-
tox-wheel >= 0.5.0
84+
virtualenv >= 20.1.0
85+
tox-wheel >= 0.6.0
86+
tox-gh-actions >= 2.1.0
8687
8788
[testenv]
8889
extras = test

0 commit comments

Comments
 (0)