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.
pull/2197/head
Paul Pfeister 7 months ago
parent 61ef8eb3c3
commit ab869ef974
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -1,6 +1,6 @@
[tox] [tox]
requires = requires =
tox >= 4 tox >= 3
envlist = envlist =
lint lint
py313 py313

Loading…
Cancel
Save