mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py38, py39, py310
|
||||
envlist = py38, py39, py310, py311, py312
|
||||
skipsdist = True
|
||||
toxworkdir = {env:TOX_WORKDIR:.tox}
|
||||
passenv = *
|
||||
|
||||
Reference in New Issue
Block a user