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: I1d30d8f88061695d6a1aaeb818dd047cb3be7f6e
This commit is contained in:
Takashi Kajinami 2025-01-13 14:14:49 +09:00
parent 97468a048a
commit e473f6f4b3

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.18.0 minversion = 3.18.0
envlist = docs,py38,pep8 envlist = docs,py3,pep8
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]