Update default envlist

Python 3.7 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: Ic463ee939274817b4a824c064edcb92d58472d6f
This commit is contained in:
Takashi Kajinami 2025-01-13 14:12:34 +09:00
parent faf71abadd
commit dee105f338

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = py37,pep8
envlist = py3,pep8
skipsdist = False
ignore_basepython_conflict = true