Apparently tox supports numerical range syntax in [generative envlists](https://tox.wiki/en/4.31.0/config.html#generative-environment-list), e.g. ```ini [tox] envlist = py3{8-14},pypy ``` It would be nice if check-python-versions understood this.
Apparently tox supports numerical range syntax in generative envlists, e.g.
It would be nice if check-python-versions understood this.