From f6e1e9cb7f94a12b5fa1507f35ff8856db47bf9a Mon Sep 17 00:00:00 2001 From: niuke Date: Wed, 2 Aug 2023 09:47:48 +0800 Subject: [PATCH] Use py3 as the default runtime for tox Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I33d95309b6ad5f3eaa7301e88b98881ccb7de783 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d143222d..bc4f0e2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,pep8,releasenotes +envlist = py3,pep8,releasenotes minversion = 3.18.0 skipsdist = True ignore_basepython_conflict = True