File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Ansible `ansible.snmp` collection includes a variety of plugins for using SN
66<!-- start requires_ansible-->
77## Ansible version compatibility
88
9- This collection has been tested against following Ansible versions: ** >=2.15 .0** .
9+ This collection has been tested against following Ansible versions: ** >=2.16 .0** .
1010
1111For collections that support Ansible 2.9, please ensure you update your ` network_os ` to use the
1212fully qualified collection name (for example, ` cisco.ios.ios ` ).
Original file line number Diff line number Diff line change 1+ ---
2+ release_summary : >
3+ With this release, the minimum required version of `ansible-core` for this collection is `2.16.0`.
4+ The last version known to be compatible with `ansible-core` versions below `2.16` is v3.0.0
5+ minor_changes :
6+ - " Update minimum required ansible-core version to 2.16"
Original file line number Diff line number Diff line change 11---
2- requires_ansible : " >=2.15 .0"
2+ requires_ansible : " >=2.16 .0"
Original file line number Diff line number Diff line change 44yamllint
55
66# Unit test runner
7- pytest-ansible ; python_version >= '3.9 '
7+ pytest-ansible ; python_version >= '3.10 '
88git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9'
99pytest-xdist
1010ansible-navigator
Original file line number Diff line number Diff line change 11---
22modules :
3- python_requires : " >=3.9 "
3+ python_requires : " >=3.10 "
You can’t perform that action at this time.
0 commit comments