From e59a7751d8446a62a0d0f0428c998aa2c8604d65 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 25 Sep 2023 08:09:47 +0200 Subject: [PATCH] Any version of Python 3. --- templates/tox.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 285be95..6fb3198 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -2,9 +2,9 @@ [tox] minversion = 4.2.4 {% if tox_ansible_versions is defined %} -envlist = py{311}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} +envlist = py3-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} {% else %} -envlist = py{311}-ansible{6,7,8} +envlist = py3-ansible{6,7,8} {% endif %} skipsdist = true