Update default envlist

Python 3.8 support was already removed so it should no longer be in
the default envlist. Also use unversioned target instead of versioned
ones so that we don't have to update the envlist when supported python
versions are updated.

Change-Id: I903d0259cd2776d8bc69a674fde3f03990a8d6dd
This commit is contained in:
Takashi Kajinami
2025-01-13 14:05:31 +09:00
parent 0d43c46ffa
commit 851c885612

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py38,pep8,releasenotes
envlist = py3,pep8,releasenotes
ignore_basepython_conflict = True
[testenv]