Skip to content

Commit ab869ef

Browse files
committed
Downgrade tox
CentOS Stream seems to lack tox >= 4, so 3 is needed for proper support. Version can be bumped safely once the CentOS package for tox is updated.
1 parent 61ef8eb commit ab869ef

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
requires =
3-
tox >= 4
3+
tox >= 3
44
envlist =
55
lint
66
py313

0 commit comments

Comments
 (0)