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: Ia57a254a3e2c798f10e56027d739fea63e3d8aa1
This commit is contained in:
Takashi Kajinami
2025-01-13 14:06:03 +09:00
parent df6c253a6c
commit 553bb197ad

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 4.2.5
envlist = py38,py39,py311,pep8
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]