diff mbox series

[3/3] tox.ini: Add py 3.11 and 3.12

Message ID 20231114233449.2567899-3-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/3] runqueue: Move 'cantskip' into sqdata | expand

Commit Message

Richard Purdie Nov. 14, 2023, 11:34 p.m. UTC
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 lib/toaster/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/toaster/tox.ini b/lib/toaster/tox.ini
index 8c0fe17181..d058558b05 100644
--- a/lib/toaster/tox.ini
+++ b/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 = *