Add py311 in tox file

Add py311 in tox file

Change-Id: Ide942f1c012654144bdc5bdaf22a0d6013d66e65
This commit is contained in:
Hemanth Nakkina 2023-10-20 05:33:47 +05:30
parent 6ff83d93d8
commit 478df34b1b

View File

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