Add py311 in tox file
Add py311 in tox file Change-Id: I66dfdcf9ef1c89cc24ab8fb3846e26a39d18909d
This commit is contained in:
parent
bf2bdc90b7
commit
4f77192179
@ -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