We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5270236 + 997048f commit 9c2700eCopy full SHA for 9c2700e
2 files changed
README.md
@@ -21,9 +21,9 @@ Full documentation for this App can be found over on the [Nautobot Docs](https:/
21
## Requirements
22
23
- Nautobot 1.0.0+ or the two latest Nautobot releases
24
-- Python 3.6+
+- Python 3.11+ (aligned with ansible-core 2.18+ support)
25
- Python modules: **pynautobot 2.x+**
26
-- Ansible 2.9+
+- Ansible 2.18+
27
- Nautobot write-enabled token when using `modules` or read-only token for `lookup/inventory`
28
29
## Installation
changes/697.documentation
@@ -0,0 +1 @@
1
+Updated Python and Ansible version requirements in README to reflect actual supported versions.
0 commit comments