test(python): Add missing `py311` tox env

This commit is contained in:
Dmitry Dygalo 2023-01-29 13:18:13 +01:00 committed by Dmitry Dygalo
parent cc5de11669
commit 42010c60a4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# (workaround the fact that setup.py does not honor pyproject.toml)
skipsdist = True
envlist = py{36,37,38,39,310}
envlist = py{36,37,38,39,310,311}
[testenv]
deps =