Skip to content

Commit b79c5b3

Browse files
CopilotIEvangelist
andcommitted
Fix Python version requirement consistency
Co-authored-by: IEvangelist <[email protected]>
1 parent 2e8bfba commit b79c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/build-aspire-python-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this article, you learn how to create a new Aspire application using the Aspi
1818
1919
[!INCLUDE [aspire-prereqs](../includes/aspire-prereqs.md)]
2020

21-
Additionally, you need to install [Python](https://www.python.org/downloads) on your machine. The sample app in this article requires Python version 3.11 or later. To verify your Python and pip versions, run the following commands:
21+
Additionally, you need to install [Python](https://www.python.org/downloads) on your machine. This article requires Python version 3.12 or later. To verify your Python and pip versions, run the following commands:
2222

2323
```console
2424
python --version

0 commit comments

Comments
 (0)