We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b287 commit d9050a7Copy full SHA for d9050a7
README.md
@@ -10,6 +10,11 @@ Collection containing common utilities to support Ansible Middleware automation
10
## Ansible version compatibility
11
12
This collection has been tested against following Ansible versions: **>=2.9.10**.
13
+
14
+## Pyhton version compatibility
15
16
+This collection has been tested against following Pyhton versions: **>=3.6**.
17
18
<!--end requires_ansible-->
19
20
tests/sanity/config.yml
@@ -0,0 +1,2 @@
1
+modules:
2
+ python_requires: '>=3.6'
0 commit comments