From 553bb197ad4124f6083864d10fb63fe2ee1efeb2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 14:06:03 +0900 Subject: [PATCH] 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: Ia57a254a3e2c798f10e56027d739fea63e3d8aa1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec7296b..8597b09 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 4.2.5 -envlist = py38,py39,py311,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv]