Add py311 in tox file
Add py311 in tox file Change-Id: Ic093917b02c1bf59b896fd47ba02a724367bd3b4
This commit is contained in:
parent
d1f7b2fe56
commit
a5e6641418
@ -75,6 +75,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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user