From dee105f338e7959d9f0e8c21b9a8ed4c06e80bb3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 14:12:34 +0900 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7af6f99..0a521fc6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = py37,pep8 +envlist = py3,pep8 skipsdist = False ignore_basepython_conflict = true