Add py311 in tox file

Add py311 in tox file

Change-Id: I0ee7df6cdad2bb9d7f6ea17129131c7a34d4c7ab
This commit is contained in:
Hemanth Nakkina 2023-10-20 06:09:49 +05:30
parent a6b1f1eeee
commit eea251d500

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}