-
Notifications
You must be signed in to change notification settings - Fork 485
Bump Katib Python SDK to 0.13.0rc0 version #1793
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
Bump Katib Python SDK to 0.13.0rc0 version #1793
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich 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 |
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.
Thank you for this update @andreyvelich !
I think it would be better to add Python 3.8 ~ 3.10 to the following field.
WDYT? @andreyvelich
katib/sdk/python/v1beta1/setup.py
Lines 38 to 42 in 458eee7
'Programming Language :: Python :: 2', | |
'Programming Language :: Python :: 2.7', | |
'Programming Language :: Python :: 3', | |
'Programming Language :: Python :: 3.6', | |
'Programming Language :: Python :: 3.7', |
It makes sense. I think we can update it in the following PR. |
I think it needs to support Python 3.7 in our SDK since Python 3.7 will be kept until 2023-06-27 according to this document. |
/lgtm |
We should update our SDK version to the latest in the
master
branch./assign @gaocegege @tenzen-y @johnugeorge