Add py311 in tox file

Add py311 in tox file

Change-Id: I66dfdcf9ef1c89cc24ab8fb3846e26a39d18909d
This commit is contained in:
Hemanth Nakkina 2023-10-20 06:18:07 +05:30
parent bf2bdc90b7
commit 4f77192179

View File

@ -72,6 +72,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}