Skip to content

Commit e29bcc3

Browse files
committed
tox: require tox>=4
Tox 4.0.0 was released on Dec 7, 2022, should be OK to require it. On the way, since `minversion` is deprecated, replace it with `require`. https://tox.wiki/en/latest/config.html#min_version
1 parent fd7742e commit e29bcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = True
3-
minversion = 3.20.0
3+
requires = tox>=4
44
distshare = {homedir}/.tox/distshare
55
envlist =
66
linting

0 commit comments

Comments
 (0)