From 23ed2ee890363f661bdd6e0753f078f76c834866 Mon Sep 17 00:00:00 2001 From: David Salvisberg Date: Wed, 28 Aug 2024 11:26:23 +0200 Subject: [PATCH] Removes unsupported version combination from tox config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff82d63..fa27388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ envlist = py{38,39,310}-ansible6 py{39,310,311}-ansible7 py{39,310,311}-ansible8 - py{39,310,311,312}-ansible9 + py{310,311,312}-ansible9 py{310,311,312}-ansible10 flake8 bandit