Skip to content

Commit 8d68ecc

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#420664
Updated document by adding line no: 34 with "Azure Functions does not support Python 3.13. The latest officially supported version is Python 3.11. Python 3.12 is currently in preview, and support may be limited."
1 parent ef7557c commit 8d68ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/create-first-function-vs-code-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Before you begin, make sure that you have the following requirements in place:
3131

3232
+ A Python version that is [supported by Azure Functions](supported-languages.md#languages-by-runtime-version). For more information, see [How to install Python](https://wiki.python.org/moin/BeginnersGuide/Download).
3333

34+
+ Azure Functions does not support Python 3.13. The latest officially supported version is Python 3.11. Python 3.12 is currently in preview, and support may be limited.
35+
3436
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3537

3638
+ The [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for Visual Studio Code.

0 commit comments

Comments
 (0)