From b8b5ce0588f2767d2c1a6dcf70f4c66ab8ebe5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 6 Oct 2023 11:13:01 +0000 Subject: [PATCH] add python 3.12 and ansible 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d292775..ced4ca1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,9 @@ requires = tox>=4.0.2 envlist = devel - py310-ansible{7,8,devel} - py311-ansible{7,8,devel} + py310-ansible{7,8,9,devel} + py311-ansible{7,8,9,devel} + py312-ansible{7,8,9,devel} skipsdist = true [testenv:devel] @@ -24,6 +25,7 @@ passenv = * deps = ansible7: ansible==7 ansible8: ansible==8 + ansible9: ansible==9.0.0a2 ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz ansible-lint molecule-plugins[vagrant]