From aff7a7612515f7d045825fb174a1efb1ca59db2a Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Thu, 16 Dec 2021 11:44:50 -0800 Subject: [PATCH] add py310 to tox env list --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 769e42219c27..2ffca14b2278 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = packaging, py37, py38, py39, check_codestyle, check_isort +envlist = packaging, py37, py38, py39, py310, check_codestyle, check_isort # we require tox>=2.3.2 for the fix to https://github.com/tox-dev/tox/issues/208 minversion = 2.3.2