Test with and assert support for python3

Collections are new. openstacksdk as of now doesn't support python2.
We shouldn't pretend to support python2 either. If you're using
ansible new enough to use collections, you can use python3.

This release of openstacksdk only supports 3.6 and onwards, so
set that as our min.

Change-Id: I34d544ce48f25bffde8e6e0cf82cdf9a85e681c3
This commit is contained in:
Monty Taylor
2020-03-01 06:29:59 -06:00
parent 96a5914eb6
commit 53affc3220
36 changed files with 37 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.7"
- "python >= 3.6""
- "openstacksdk"
extends_documentation_fragment: