Merge pull request #216 from 0xFelix/ansible-compat

Add ansible-compat requirement, update excludes and bump supported versions
This commit is contained in:
kubevirt-bot
2025-11-11 15:05:18 +00:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

View File

@@ -114,6 +114,10 @@ jobs:
"ansible-version": "stable-2.19",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.11"
},
{
"ansible-version": "milestone",
"python-version": "3.10"
@@ -155,6 +159,10 @@ jobs:
"ansible-version": "stable-2.19",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.11"
},
{
"ansible-version": "milestone",
"python-version": "3.10"

View File

@@ -8,7 +8,7 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides vir
<!--start requires_ansible -->
## Ansible and Python version compatibility
This collection has been tested against Ansible versions **>=2.16,<=2.19** and Python versions **>=3.10,<=3.13**.
This collection has been tested against Ansible versions **>=2.16,<=2.20** and Python versions **>=3.10,<=3.13**.
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
<!--end requires_ansible -->

View File

@@ -1,3 +1,4 @@
ansible-compat
pytest
pytest-ansible
pytest-mock