Skip to content

Commit b418f90

Browse files
Merge pull request #307097 from hallvictoria/hallvictoria/ga-py313
Update Python 3.13 to GA for functions
2 parents 034ca4c + 46876ad commit b418f90

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,13 +1082,13 @@ Azure Functions supports the following Python versions:
10821082

10831083
| Python<sup>1</sup> versions | Support level |
10841084
| ----- | ----- |
1085-
| 3.13 | Preview<sup>2</sup> |
1086-
| 3.12 | Generally available (GA) |
1085+
| 3.13 | Generally available (GA)<sup>2</sup> |
1086+
| 3.12 | GA |
10871087
| 3.11 | GA |
10881088
| 3.10 | GA |
10891089

10901090
1. Official Python distributions
1091-
2. Python 3.13 support is in preview and currently isn't supported by the [Consumption plan](./consumption-plan.md).
1091+
2. Python 3.13 isn't supported when your app runs in the [Consumption plan](./consumption-plan.md).
10921092

10931093
> [!IMPORTANT]
10941094
> Python 3.13 support introduces some improvements and a few breaking changes. For more information, see [Python 3.13+ in Azure Functions](./python-313-changes.md).

includes/functions-supported-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following table shows the language versions supported for Python function ap
111111

112112
| Supported version | Support level | Expected end-of-support date |
113113
| ---- | ---- |--- |
114-
| Python 3.13 | Preview | October 2029 |
114+
| Python 3.13 | GA | October 2029 |
115115
| Python 3.12 | GA | October 2028 |
116116
| Python 3.11 | GA | October 2027 |
117117
| Python 3.10 | GA | October 2026 |

0 commit comments

Comments
 (0)