From 5da75a3848aed30fe86906bab37900fe4aee988a Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:32:11 +0530 Subject: [PATCH] Update tox python version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f9933cd7..615afd04 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ # running the tests. [tox] -envlist = {py3.8,pypy}-{aws,azure,gcp,openstack,mock},lint +envlist = {py3.10,pypy}-{aws,azure,gcp,openstack,mock},lint [testenv] commands = # see setup.cfg for options sent to nosetests and coverage