From 2e340abe6cb682433a2afe2d3685a87359d895e9 Mon Sep 17 00:00:00 2001 From: Jan Kadlec Date: Thu, 23 Oct 2025 15:51:21 +0200 Subject: [PATCH 1/2] docs: fix corrupted link * `./getting-started/#quick-start` passes htmltest but does not work * `./getting-started#quick-start` works but does not passes html test --- docs/content/en/latest/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 083c58ec2090571e21e028b953814a490fd403b7 Mon Sep 17 00:00:00 2001 From: Jan Kadlec Date: Thu, 23 Oct 2025 15:53:46 +0200 Subject: [PATCH 2/2] docs: clarify Python version support --- docs/content/en/latest/installation.md | 4 ++++ 1 file changed, 4 insertions(+) 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).