check-python-versions
check-python-versions copied to clipboard
Support tox envlist range syntax
Apparently tox supports numerical range syntax in generative envlists, e.g.
[tox]
envlist = py3{8-14},pypy
It would be nice if check-python-versions understood this.
This was added in tox 4.25.0.