From 1e742b4c91a0928bdbff59af40b4baac12401a96 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Fri, 22 May 2026 18:35:35 +0000 Subject: [PATCH] Add Python 3.13 to Flash SDK requirements Update documentation to reflect that Python 3.13 is now a supported version for the Flash SDK, removing "coming soon" notices. --- 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 894f08a6..292eb748 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, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. +- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). ## Step 1: Initialize a new project diff --git a/flash/overview.mdx b/flash/overview.mdx index 1597e346..edc47dff 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -50,7 +50,7 @@ Flash requires a Runpod account with a verified email address. ### Install Flash -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. +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). Install Flash using `pip` or `uv`: diff --git a/flash/quickstart.mdx b/flash/quickstart.mdx index f6541737..902b97d0 100644 --- a/flash/quickstart.mdx +++ b/flash/quickstart.mdx @@ -10,7 +10,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, or 3.12](https://www.python.org/downloads/) installed. Python 3.13 support is coming soon. +- [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) installed. - [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 214a8fc8..18004dc0 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, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. +- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). - 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 c093d08e..2c281f97 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, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. +- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). - 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 af15cf26..47b9e552 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, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon. +- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/). - You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics. ## What you'll build