misc: added tox env for python 3.11

This commit is contained in:
Gen Xu 2022-12-18 02:23:40 -08:00
parent 1c5c7a9771
commit e55fac2e07

View File

@ -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=