diff --git a/docs/content/en/latest/_index.md b/docs/content/en/latest/_index.md index 0ee5beb52..c1bdb8f8c 100644 --- a/docs/content/en/latest/_index.md +++ b/docs/content/en/latest/_index.md @@ -109,7 +109,7 @@ You can also perform certain administration tasks: ## Where to Learn More -Get started with Python SDK right now by following the [Quick Start](./getting-started/#quick-start) guide. +Get started with Python SDK right now by following the [Quick Start]({{< relref "getting-started#quick-start" >}}) guide. New to GoodData? Follow the [Getting Started](https://www.gooddata.com/docs/cloud/getting-started/) series of articles that include Python SDK code examples. diff --git a/docs/content/en/latest/installation.md b/docs/content/en/latest/installation.md index 84efa3a73..9eb7e508c 100644 --- a/docs/content/en/latest/installation.md +++ b/docs/content/en/latest/installation.md @@ -38,6 +38,10 @@ The Python SDK is versioned and usually released in tandem with GoodData Cloud. When working with GoodData Cloud, we recommend you always work with the newest Python SDK available. +#### Python Version Support + +The Python SDK follows the [official Python release cycle](https://devguide.python.org/versions/) and end-of-life schedule. When a Python version reaches its end of life, support for that version will be dropped as part of a regular minor release, not a major release. We recommend keeping your Python environment up to date with actively supported versions. + ### Troubleshooting In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues).