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
Copy file name to clipboardExpand all lines: includes/functions-supported-languages.md
+5-2Lines changed: 5 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 | Pending<sup>*</sup> |
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
+
<sup>*</sup>The end-of-support date for Java 25 is determined when general availability (GA) is declared.
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
@@ -117,9 +121,8 @@ The following table shows the language versions supported for Python function ap
117
121
| Python 3.12 | GA | October 2028 |
118
122
| Python 3.11 | GA | October 2027 |
119
123
| Python 3.10 | GA | October 2026 |
120
-
| Python 3.9 | GA | October 2025 |
121
124
122
125
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
123
126
::: zone-end
124
127
125
-
For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap).
128
+
For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap).
0 commit comments