Add py311 in tox file

Add py311 in tox file

Change-Id: Ie78e8d973a36de49c69aa380ef49d45b55eaa3f8
This commit is contained in:
Hemanth Nakkina 2023-10-20 05:01:56 +05:30
parent 9964cac268
commit ba7d03f179

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}