mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-11 20:12:20 +00:00
Pin python version
Pin the supported python version in tests/config.yaml and mention it in README.md. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and inventory source for use with Ansible.
|
||||
|
||||
<!--start requires_ansible-->
|
||||
## Ansible version compatibility
|
||||
## Ansible and Python version compatibility
|
||||
|
||||
This collection has been tested against following Ansible versions: **>=2.14.0**.
|
||||
This collection has been tested against following Ansible versions **>=2.14.0** and the following Python versions **>=3.11.0,<3.12.0**.
|
||||
<!--end requires_ansible-->
|
||||
|
||||
## Included content
|
||||
|
||||
2
tests/config.yaml
Normal file
2
tests/config.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
modules:
|
||||
python_requires: ">=3.11.0,<3.12.0"
|
||||
Reference in New Issue
Block a user