Python 3.10 here too.

This commit is contained in:
Robert de Bock 2022-01-21 14:27:09 +01:00
parent 7b839cd894
commit 86179ca2d7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ minversion = 3.21.4
{% if tox_versions is defined %}
envlist = py{310}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %}
envlist = py{39}-ansible-{2.10,2.11,2.12}
envlist = py{310}-ansible-{2.10,2.11,2.12}
{% endif %}
skipsdist = true