mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-27 08:36:27 +00:00
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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user