Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `envlist` looks for Python 3.8 to 3.12; these are the ones being supported [1] * removed `py3`: it is never used, since first found wins [2] * another bump is needed in October 2024: to take off 3.8 and 3.13 in. ``` $ tox -l format lint py38 py39 py310 py311 py312 pypy3 lydevel coverage ``` [1] https://devguide.python.org/versions/ [2] https://tox.wiki/en/stable/config.html#python-options Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
- Loading branch information