From fdad5727a4f714cf9f0e31fba0118425561207c6 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Thu, 30 Apr 2026 01:48:01 +0000 Subject: [PATCH 1/2] Update Flash Python version requirements to 3.10-3.12 Python 3.13 support is not yet available for Flash. Update all installation requirement sections to reflect supported versions (3.10, 3.11, 3.12) with a note that 3.13 support is coming soon. Updated files: - flash/overview.mdx - flash/quickstart.mdx - flash/apps/build-app.mdx - tutorials/flash/build-rest-api-with-load-balancer.mdx - tutorials/flash/image-generation-with-sdxl.mdx - tutorials/flash/text-generation-with-transformers.mdx --- flash/apps/build-app.mdx | 2 +- flash/overview.mdx | 2 +- flash/quickstart.mdx | 2 +- tutorials/flash/build-rest-api-with-load-balancer.mdx | 2 +- tutorials/flash/image-generation-with-sdxl.mdx | 2 +- tutorials/flash/text-generation-with-transformers.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flash/apps/build-app.mdx b/flash/apps/build-app.mdx index 292eb748..894f08a6 100644 --- a/flash/apps/build-app.mdx +++ b/flash/apps/build-app.mdx @@ -14,7 +14,7 @@ If you haven't already, we recommend starting with the [Quickstart](/flash/quick - You've [created a Runpod account](/get-started/manage-accounts). - You've [created a Runpod API key](/get-started/api-keys). -- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). +- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. ## Step 1: Initialize a new project diff --git a/flash/overview.mdx b/flash/overview.mdx index 4977ae1d..3b240850 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -56,7 +56,7 @@ Flash requires a Runpod account with a verified email address. -Flash requires [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) and is currently available for macOS and Linux. +Flash requires [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) and is currently available for macOS and Linux. Python 3.13 support is coming soon. Install Flash using `pip` or `uv`: diff --git a/flash/quickstart.mdx b/flash/quickstart.mdx index 475e8704..05c9b06d 100644 --- a/flash/quickstart.mdx +++ b/flash/quickstart.mdx @@ -14,7 +14,7 @@ This quickstart gets you running GPU workloads on Runpod in minutes. You'll exec - [Runpod account](/get-started/manage-accounts) with a verified email address. - [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account. -- [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) installed. +- [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) installed. Python 3.13 support is coming soon. - [uv](https://docs.astral.sh/uv/) installed. ## Step 1: Install Flash diff --git a/tutorials/flash/build-rest-api-with-load-balancer.mdx b/tutorials/flash/build-rest-api-with-load-balancer.mdx index 18004dc0..214a8fc8 100644 --- a/tutorials/flash/build-rest-api-with-load-balancer.mdx +++ b/tutorials/flash/build-rest-api-with-load-balancer.mdx @@ -11,7 +11,7 @@ This tutorial shows you how to build a REST API using Flash load-balanced endpoi - You've [created a Runpod account](/get-started/manage-accounts) - You've [created a Runpod API key](/get-started/api-keys) -- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). +- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. - You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics ## What you'll build diff --git a/tutorials/flash/image-generation-with-sdxl.mdx b/tutorials/flash/image-generation-with-sdxl.mdx index 2c281f97..c093d08e 100644 --- a/tutorials/flash/image-generation-with-sdxl.mdx +++ b/tutorials/flash/image-generation-with-sdxl.mdx @@ -15,7 +15,7 @@ This tutorial shows you how to build an image generation script using Flash and - You've [created a Runpod account](/get-started/manage-accounts). - You've [created a Runpod API key](/get-started/api-keys). -- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). +- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. - You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics. ## What you'll build diff --git a/tutorials/flash/text-generation-with-transformers.mdx b/tutorials/flash/text-generation-with-transformers.mdx index 47b9e552..af15cf26 100644 --- a/tutorials/flash/text-generation-with-transformers.mdx +++ b/tutorials/flash/text-generation-with-transformers.mdx @@ -11,7 +11,7 @@ This tutorial shows you how to build a text generation script using Flash and Hu - You've [created a Runpod account](/get-started/manage-accounts). - You've [created a Runpod API key](/get-started/api-keys). -- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). +- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. - You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics. ## What you'll build From 353c533e6542f9aed264384e3a460da486bc2e98 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Sat, 2 May 2026 00:08:09 +0000 Subject: [PATCH 2/2] Resolve base-branch merge conflicts --- flash/overview.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flash/overview.mdx b/flash/overview.mdx index 69c31ab6..1597e346 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -50,15 +50,7 @@ Flash requires a Runpod account with a verified email address. ### Install Flash -<<<<<<< HEAD - -Flash requires [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) and is currently available for macOS and Linux. Python 3.13 support is coming soon. -||||||| ebdfb19 - -Flash requires [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) and is currently available for macOS and Linux. -======= -Flash requires [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) and runs natively on macOS and Linux. Windows users can run Flash through [WSL2](/flash/windows-wsl2). ->>>>>>> main +Flash requires [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) and runs natively on macOS and Linux. Windows users can run Flash through [WSL2](/flash/windows-wsl2). Python 3.13 support is coming soon. Install Flash using `pip` or `uv`: