From de9a80a80371230b3f7481e3ac6b6c4e28f684dd 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