diff --git a/README.md b/README.md index 9ee1257..606ac8f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Collection containing common utilities to support Ansible Middleware automation ## Ansible version compatibility This collection has been tested against following Ansible versions: **>=2.9.10**. + +## Pyhton version compatibility + +This collection has been tested against following Pyhton versions: **>=3.6**. + diff --git a/tests/sanity/config.yml b/tests/sanity/config.yml new file mode 100644 index 0000000..51410fb --- /dev/null +++ b/tests/sanity/config.yml @@ -0,0 +1,2 @@ +modules: + python_requires: '>=3.6' \ No newline at end of file