Add py311 in tox file
Add py311 in tox file Change-Id: I1acd279cd6e147fd22039fe05fd92c6de955c741
This commit is contained in:
parent
eaf7ad8053
commit
a296725005
@ -72,6 +72,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}
|
||||
|
Loading…
Reference in New Issue
Block a user