mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:20:04 +00:00
bitbake: toaster/tox.ini: Add py 3.11 and 3.12
Some of the autobuilder workers have python 3.11 or in the future 3.12. Add these to allow toaster tests to work on those platforms. (Bitbake rev: 04d5edd81f5e924370090d68fd4a254abaacbfe4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4817f0f1e2
commit
22960747ea
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py38, py39, py310
|
||||
envlist = py38, py39, py310, py311, py312
|
||||
skipsdist = True
|
||||
toxworkdir = {env:TOX_WORKDIR:.tox}
|
||||
passenv = *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user