diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-13 22:18:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-16 14:49:00 +0000 |
commit | 22960747ea39506be2a368681df53c9f38df9c8d (patch) | |
tree | 287edbd2f9ab1b8d7dff90f3f8482e59463c8c8f | |
parent | 4817f0f1e22453b50a659be60e357edf1527cd35 (diff) | |
download | poky-22960747ea39506be2a368681df53c9f38df9c8d.tar.gz |
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>
-rw-r--r-- | bitbake/lib/toaster/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | [tox] | 1 | [tox] |
2 | envlist = py38, py39, py310 | 2 | envlist = py38, py39, py310, py311, py312 |
3 | skipsdist = True | 3 | skipsdist = True |
4 | toxworkdir = {env:TOX_WORKDIR:.tox} | 4 | toxworkdir = {env:TOX_WORKDIR:.tox} |
5 | passenv = * | 5 | passenv = * |