summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-13 22:18:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-16 14:49:00 +0000
commit22960747ea39506be2a368681df53c9f38df9c8d (patch)
tree287edbd2f9ab1b8d7dff90f3f8482e59463c8c8f
parent4817f0f1e22453b50a659be60e357edf1527cd35 (diff)
downloadpoky-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.ini2
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]
2envlist = py38, py39, py310 2envlist = py38, py39, py310, py311, py312
3skipsdist = True 3skipsdist = True
4toxworkdir = {env:TOX_WORKDIR:.tox} 4toxworkdir = {env:TOX_WORKDIR:.tox}
5passenv = * 5passenv = *