You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Preview support for Java 25, Node.js 24, and Python 3.14 with their respective support levels and end-of-support dates. Removed Python 3.9 as it has reached its end of life.
Copy file name to clipboardExpand all lines: includes/functions-supported-languages.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,14 @@ The following table shows the language versions supported for Java function apps
81
81
82
82
| Supported version | Support level | Supported until |
83
83
| ---- | ---- |--- |
84
+
|**Java 25**| Preview | April 2029*|
84
85
|**Java 21**| GA | See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
85
86
|**Java 17**| GA | See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
86
87
|**Java 11**| GA |See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
87
88
|**Java 8**| GA | See the [Temurin support page](https://adoptium.net/support/). |
88
89
90
+
*End-of-life (EOL) dates for preview versions are subject to change and will be confirmed at the time of general availability (GA).
91
+
89
92
For more information on developing and running Java function apps, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
90
93
91
94
::: zone-end
@@ -94,6 +97,7 @@ The following table shows the language versions supported for Node.js function a
94
97
95
98
| Supported version | Support level | Expected end-of-support date |
96
99
| ---- | ---- |--- |
100
+
|[Node.js 24](https://endoflife.date/nodejs)| Preview | April 30, 2028 |
97
101
|[Node.js 22](https://endoflife.date/nodejs)| GA | April 30, 2027 |
98
102
|[Node.js 20](https://endoflife.date/nodejs)| GA | April 30, 2026 |
99
103
@@ -113,13 +117,15 @@ The following table shows the language versions supported for Python function ap
113
117
114
118
| Supported version | Support level | Expected end-of-support date |
115
119
| ---- | ---- |--- |
120
+
| Python 3.14 | Preview | April 2029*|
116
121
| Python 3.13 | GA | October 2029 |
117
122
| Python 3.12 | GA | October 2028 |
118
123
| Python 3.11 | GA | October 2027 |
119
124
| Python 3.10 | GA | October 2026 |
120
-
| Python 3.9 | GA | October 2025 |
125
+
126
+
*End-of-life (EOL) dates for preview versions are subject to change and will be confirmed at the time of general availability (GA).
121
127
122
128
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
123
129
::: zone-end
124
130
125
-
For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap).
131
+
For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap).
0 commit comments