Add py311 in tox file

Add py311 in tox file

Change-Id: I28d02ca4d7dc2a66d725dfb492578b168efa2f57
This commit is contained in:
Hemanth Nakkina 2023-10-20 06:13:35 +05:30
parent 577d6cc5f7
commit 425ea55b6d

View File

@ -76,6 +76,10 @@ deps = {[testenv:py3]deps}
basepython = python3.10
deps = {[testenv:py3]deps}
[testenv:py311]
basepython = python3.11
deps = {[testenv:py3]deps}
[testenv:cover]
basepython = python3
deps = {[testenv:py3]deps}