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: I27146f5dfa9e91f617132ecc1531d846554ebea4
This commit is contained in:
Takashi Kajinami 2025-01-13 14:19:10 +09:00
parent fba2ac525e
commit f9c18df83d

View File

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