Add py311 in tox file

Add py311 in tox file

Change-Id: Ic9dc86ea6b1336b60557421ca79d9c670952e057
This commit is contained in:
Hemanth Nakkina 2023-10-20 06:20:42 +05:30
parent be850b56b5
commit 54aa9fec6c

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}