From 61a4291d5e0dbfe8900504c087a57a62b98d07ba Mon Sep 17 00:00:00 2001 From: "Loan J." Date: Thu, 5 Sep 2024 16:20:22 -0400 Subject: [PATCH] Update index.mdx Specifies that 3.11 is the only "official" version that's supported. Makes it clearer for the end user in the case that they encounter issues due to their version being something else. It'll also potentially filter out some other issues from being submitted needlessly. --- docs/pipelines/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index 369d8bf..4b7456d 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -93,7 +93,7 @@ That's it! You're now ready to build customizable AI integrations effortlessly w Get started with Pipelines in a few easy steps: -1. **Ensure Python 3.11 is installed.** +1. **Ensure Python 3.11 is installed.** It is the only officially supported Python version. 2. **Clone the Pipelines repository:** ```sh