-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(sdk): Bump KFP Python SDK to support Python v3.10 #8186
chore(sdk): Bump KFP Python SDK to support Python v3.10 #8186
Conversation
Skipping CI for Draft Pull Request. |
/test |
@alexlatchford: The
Use
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you separate out the kubernetes version changes 477a23c?
I can't be certain that this is something we'll do (don't want to waste your time), but it is definitely worth considering. I will do some testing and discuss with the team.
Also, added some local testing comments and feedback to the oss-test-infra
PR GoogleCloudPlatform/oss-test-infra#1732 (comment). I tested locally and all tests passed.
cc @chensun
Sounds good, just removed them. I do have them in a separate PR here so happy to do them separately, I was just being lazy before 😅 |
/test kubeflow-pipelines-sdk-python310 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like kubeflow-pipelines-sdk-python310
is passing. Great!
Can you add a release note to ./sdk/RELEASE.md
indicating that we now support 3.10?
Sweet, will do! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Thanks for this, @alexlatchford! Since tests appear to be passing, can you submit another PR stripping the optional: true
and skip_report: true
from GoogleCloudPlatform/oss-test-infra#1732? Thanks for working through the multistep test infra changes with me :)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: connor-mccarthy 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 |
Sure done :) GoogleCloudPlatform/oss-test-infra#1734 |
/retest |
* Update upper bound for kubernetes dependency * Bump KFP Python SDK to support Py v3.10 * Reset requirements.* changes to isolate out Python v3.10 changes * Add in release note
Description of your changes:
Expands on this PR to incorporate support for Python v3.10.
I've updated the
oss-test-infra
repo to includepython310
tests (see here), unclear to me how to test this out though 😅