Add py311 in tox file

Add py311 in tox file

Change-Id: I5006a10e3e91d6b41e4ee661e99b398f2295bf5b
This commit is contained in:
Hemanth Nakkina 2023-10-20 05:35:27 +05:30
parent e17e3f0978
commit cc6c1c7857

View File

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