Add py311 in tox file

Add py311 in tox file

Change-Id: I929046ee7d503dd1b9b3860331742bd2cc60bd11
This commit is contained in:
Hemanth Nakkina 2023-10-20 05:32:11 +05:30
parent 7eddce2eb8
commit 4ae3798e43

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}