From e55fac2e07169d48b8254a57eec8beabbc4f3b2a Mon Sep 17 00:00:00 2001 From: Gen Xu Date: Sun, 18 Dec 2022 02:23:40 -0800 Subject: [PATCH] misc: added tox env for python 3.11 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 726e77bc..52720d35 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - coveralls, pylint, flake8, pydocstyle, 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, pypy2, pypy3 + coveralls, pylint, flake8, pydocstyle, 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, pypy2, pypy3 [testenv] deps=