From 0c4226cae99b719bd55ff9702a27480f0ba2ed4a Mon Sep 17 00:00:00 2001
From: yangzhe <17839227138@163.com>
Date: Tue, 8 Aug 2023 16:25:53 +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: I4f1d0445e858dc91a949ad596df62e173d210935
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 2a56f650..d7f1c5d0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.18.0
-envlist = py3,pep8
+envlist = py38,pep8
 # Automatic envs (pyXX) will only use the python version appropriate to that
 # env and ignore basepython inherited from [testenv] if we set
 # ignore_basepython_conflict.