From e473f6f4b368cdb97c725f29fa070a05d283848d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 14:14:49 +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: I1d30d8f88061695d6a1aaeb818dd047cb3be7f6e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8daa471..af1c228 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = docs,py38,pep8 +envlist = docs,py3,pep8 ignore_basepython_conflict = True [testenv]