From 98c1158cdee55a6995e03f43c79dda36337110e5 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 10 May 2021 02:51:02 +0300 Subject: [PATCH] tox.ini: use py3 env instead of py37 This allows to run `tox `on systems with only a single Python 3 version installed, such as Python 3.9. CI script scripts/run-python-test.sh specifies `-e py37` explicitly anyway. --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 701c40a11..fe82cd198 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py37 + py3 lint auditwheels