Fix outdated envlist

Python 3.7 support was already removed. Replace it by unversioned one
so that we don't have to update it when supported python versions are
changed.

Also bump minimum tox version because allowlist_externals is available
since 3.18.0 .

Change-Id: Ie101c27ff021e2319669e221308260a8d62363c2
This commit is contained in:
Takashi Kajinami
2025-01-13 13:56:24 +09:00
parent a31cd0bf58
commit a8ca9fcc1a

View File

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