From: Oleg Broytman Date: Thu, 15 Dec 2022 16:16:48 +0000 (+0300) Subject: Tests(tox): Limit "tox < 4" X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=559670ecaa3219690854c2a5dd7a54f6bcc328fc;hp=559670ecaa3219690854c2a5dd7a54f6bcc328fc;p=ppu.git Tests(tox): Limit "tox < 4" `tox` 4+ has incompatible `tox.ini` syntax. It's impossible to use one `tox.ini` for Pythons < 3.7 and 3.7+. ---