From a4f06de9a0c40772a575e791dde1bd06430b12c5 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 25 May 2023 14:55:35 +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: I56df27b5688aaae0ef0d154bbd878e1a1dddde5b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1baf1e..d185547 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py39,pypy,pep8 +envlist = py3,pypy,pep8 skipsdist = True ignore_basepython_conflict = True