1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +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:
Richard Purdie
2023-11-13 22:18:32 +00:00
parent 4817f0f1e2
commit 22960747ea
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310
envlist = py38, py39, py310, py311, py312
skipsdist = True
toxworkdir = {env:TOX_WORKDIR:.tox}
passenv = *