-
Notifications
You must be signed in to change notification settings - Fork 485
Description
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
As we discussed in #2278 (comment), currently, we support the following Python versions for the SDK, but we don't have any policies to decide which versions we should drop/support the Python version. So, we should define the Python deprecation/supporting policies for the SDK.
katib/sdk/python/v1beta1/setup.py
Lines 56 to 61 in 5837b8a
"Programming Language :: Python :: 3", | |
"Programming Language :: Python :: 3 :: Only", | |
"Programming Language :: Python :: 3.7", | |
"Programming Language :: Python :: 3.8", | |
"Programming Language :: Python :: 3.9", | |
"Programming Language :: Python :: 3.10", |
Additionally, I believe that it is possible to apply the same policies to the training-operator.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Appendix:
- JupyterLab's policies: https://github.com/jupyterlab/jupyterlab/blob/main/pyproject.toml#L13
- Jupyter Server policies: https://github.com/jupyter-server/jupyter_server/blob/main/pyproject.toml#L24
Love this feature? Give it a 👍 We prioritize the features with the most 👍