From 9745b6338cd4cce7d2b27958d23ce0a720da536d Mon Sep 17 00:00:00 2001 From: niuke Date: Mon, 7 Aug 2023 15:29:15 +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: I27b79503c8717ec4ae54da52e40ef26b0262a186 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6036d1b..6645987 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py36,py39 +envlist = pep8,py3 minversion = 3.18.0 ignore_basepython_conflict = True