-
Notifications
You must be signed in to change notification settings - Fork 185
drop python2 support #238
drop python2 support #238
Conversation
@Priyankasaggu11929: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Welcome @Priyankasaggu11929! |
070ead3
to
1d6aabd
Compare
Just realised, it clones the https://github.com/kubernetes-client/python/ repo first, to run the Will finish this PR, kubernetes-client/python#1468 first. Once that is merged, then will resume here. Thank you! |
1d6aabd
to
a58859a
Compare
[UPDATE] I have done the following to remove
The CI jobs are green, with the above changes. Please review. |
- remove python2 from the .travis.yaml file - remove python2 from the tox.ini file - remove `-y` flag from `isort` command in `update-pycodestle.sh` script - add update-pycodestyle, coverage & codecov tests for python3 Signed-off-by: Priyanka Saggu <[email protected]>
a58859a
to
711d4ab
Compare
thanks for the pr |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Priyankasaggu11929, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/remove-hold |
What type of PR is this?
/kind feature
/kind clean-up
What this PR does / why we need it:
The PR makes changes to drop support for Python 2 from the next release (v18.0.0). The changes includes:
Which issue(s) this PR fixes:
Fixes kubernetes-client/python#1413
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
Signed-off-by: Priyanka Saggu [email protected]