Skip to content

Commit 2b32765

Browse files
Merge pull request #302894 from hallvictoria/hallvictoria/py313
Add Python 3.13 as preview
2 parents 02cf786 + a8a1018 commit 2b32765

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,9 @@ Azure Functions supports the following Python versions:
10791079

10801080
| Functions version | Python\* versions |
10811081
| ----- | :-----: |
1082-
| 4.x | 3.12<br/>3.11<br/>3.10<br/>|
1082+
| 4.x | 3.13 (Preview)<br/>3.12<br/>3.11<br/>3.10<br/>|
1083+
> [!IMPORTANT]
1084+
> Python 3.13 is currently supported on the Flex Consumption, Premium, and Dedicated plans. Python 3.13 support on the Consumption plan is pending.
10831085
10841086
\* Official Python distributions
10851087

@@ -1406,6 +1408,7 @@ To view the library for your Python version, go to:
14061408
* [Python 3.10 standard library](https://docs.python.org/3.10/library/)
14071409
* [Python 3.11 standard library](https://docs.python.org/3.11/library/)
14081410
* [Python 3.12 standard library](https://docs.python.org/3.12/library/)
1411+
* [Python 3.13 standard library](https://docs.python.org/3.13/library/)
14091412

14101413
### Azure Functions Python worker dependencies
14111414

includes/functions-supported-languages.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@ The following table shows the language versions supported for Python functions.
107107

108108
| Supported version | Support level | Expected end-of-support date |
109109
| ---- | ---- |--- |
110+
| Python 3.13 | Preview | October 2028 |
110111
| Python 3.12 | GA | October 2028 |
111112
| Python 3.11 | GA | October 2027 |
112113
| Python 3.10 | GA | October 2026 |
113114
| Python 3.9 | GA | October 2025 |
114115

116+
> [!IMPORTANT]
117+
> Python 3.13 is currently supported on the Flex Consumption, Premium, and Dedicated plans. Python 3.13 support on the Consumption plan is pending.
118+
115119
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
116120
::: zone-end
117121

0 commit comments

Comments
 (0)