From 22960747ea39506be2a368681df53c9f38df9c8d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 13 Nov 2023 22:18:32 +0000 Subject: 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 --- bitbake/lib/toaster/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/tox.ini b/bitbake/lib/toaster/tox.ini index 8c0fe17181..d058558b05 100644 --- a/bitbake/lib/toaster/tox.ini +++ b/bitbake/lib/toaster/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310 +envlist = py38, py39, py310, py311, py312 skipsdist = True toxworkdir = {env:TOX_WORKDIR:.tox} passenv = * -- cgit v1.2.3-54-g00ecf