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.9 to 3.13; these are the ones being supported [1] * dropped 3.6 to 3.8 from CI/CD tests * removed `py3`: it is never used, since first found wins [2]. ``` $ tox -l format lint py39 py310 py311 py312 py313 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