Skip to content

Commit

Permalink
[SDK] Explain Python version support cycle (#2354)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
  • Loading branch information
andreyvelich committed Jun 13, 2024
1 parent d69d04e commit 7959ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/python/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Python SDK for Kubeflow Katib

## Requirements.

Python 2.7 and 3.4+
Python >= 3.8

Katib Python SDK follows [Python release cycle](https://devguide.python.org/versions/#python-release-cycle)
for supported Python versions.

## Installation & Usage

Expand Down

0 comments on commit 7959ffd

Please sign in to comment.