Skip to content

Commit b83aa5d

Browse files
authored
Merge pull request #34 from ansible-collections/fix_ansible_core
updated ansible core version to 2.16
2 parents 1f4b566 + de5efcf commit b83aa5d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
1212
fully qualified collection name (for example, `cisco.ios.ios`).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.15.0"
2+
requires_ansible: ">=2.16.0"

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8
44
yamllint
55

66
# Unit test runner
7-
pytest-ansible ; python_version >= '3.9'
7+
pytest-ansible ; python_version >= '3.10'
88
git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9'
99
pytest-xdist
1010
ansible-navigator

tests/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
modules:
3-
python_requires: ">=3.9"
3+
python_requires: ">=3.10"

0 commit comments

Comments
 (0)