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

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['2.7', '3.7']
python_version: ['3.7']
steps:
- name: Check out code
uses: actions/checkout@v2
@@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['2.7', '3.7']
python_version: ['3.7']
steps:
- name: Check out code
uses: actions/checkout@v2