Fix outdated default envlist

Python 3.9 is no longer supported. Use the unversioned template so
that we don't have to update it when supported python versions are
updated. Users can still require specific version by adding -e py3N
to command line.

Change-Id: I68843d249cb9458d2966b9309ece21337b80687d
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-17 00:21:18 +09:00
parent b320f11c8e
commit 936e67cdfe

View File

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