drop python 2 support (breaking changes) (#86)

* drop python 2 support

* change log

* Update changelogs/fragments/86_drop_python2_support.yaml

Co-authored-by: Mike Graves <mgraves@redhat.com>

* Update k8s.py

Co-authored-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
abikouo
2021-05-04 18:07:22 +02:00
committed by GitHub
parent e754a6cd31
commit fc80540db5
12 changed files with 15 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ extends_documentation_fragment:
- kubernetes.core.k8s_auth_options
requirements:
- "python >= 2.7"
- "python >= 3.6"
- "openshift >= 0.6"
- "PyYAML >= 3.11"
'''