Skip to content

Define the Python deprecation/supporting policies for the Katib SDK #2283

@tenzen-y

Description

@tenzen-y

/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.

"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:


Love this feature? Give it a 👍 We prioritize the features with the most 👍

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions