Skip to content

Commit fb81813

Browse files
docs: Add Python 3.13 to Flash SDK requirements (#645)
2 parents 2c34ebd + f1aa064 commit fb81813

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

flash/apps/build-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you haven't already, we recommend starting with the [Quickstart](/flash/quick
1414

1515
- You've [created a Runpod account](/get-started/manage-accounts).
1616
- You've [created a Runpod API key](/get-started/api-keys).
17-
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
17+
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
1818

1919
## Step 1: Initialize a new project
2020

flash/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Flash requires a Runpod account with a verified email address.
5050
### Install Flash
5151

5252
<Note>
53-
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.
53+
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).
5454
</Note>
5555

5656
Install Flash using `pip` or `uv`:

flash/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This quickstart gets you running GPU workloads on Runpod in minutes. You'll exec
1010

1111
- [Runpod account](/get-started/manage-accounts) with a verified email address.
1212
- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
13-
- [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) installed. Python 3.13 support is coming soon.
13+
- [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) installed.
1414
- [uv](https://docs.astral.sh/uv/) installed.
1515

1616
## Step 1: Install Flash

tutorials/flash/build-rest-api-with-load-balancer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tutorial shows you how to build a REST API using Flash load-balanced endpoi
1111

1212
- You've [created a Runpod account](/get-started/manage-accounts)
1313
- You've [created a Runpod API key](/get-started/api-keys)
14-
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
14+
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
1515
- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics
1616

1717
## What you'll build

tutorials/flash/image-generation-with-sdxl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This tutorial shows you how to build an image generation script using Flash and
1515

1616
- You've [created a Runpod account](/get-started/manage-accounts).
1717
- You've [created a Runpod API key](/get-started/api-keys).
18-
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
18+
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
1919
- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics.
2020

2121
## What you'll build

tutorials/flash/text-generation-with-transformers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tutorial shows you how to build a text generation script using Flash and Hu
1111

1212
- You've [created a Runpod account](/get-started/manage-accounts).
1313
- You've [created a Runpod API key](/get-started/api-keys).
14-
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
14+
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
1515
- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics.
1616

1717
## What you'll build

0 commit comments

Comments
 (0)