Skip to content

Commit f6a8697

Browse files
Update supported language versions for functions
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.
1 parent 5c3ae61 commit f6a8697

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

includes/functions-supported-languages.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,14 @@ The following table shows the language versions supported for Java function apps
8181

8282
| Supported version | Support level | Supported until |
8383
| ---- | ---- |--- |
84+
| **Java 25** | Preview | April 2029* |
8485
| **Java 21** | GA | See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
8586
| **Java 17** | GA | See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
8687
| **Java 11** | GA |See [Release and servicing roadmap](/java/openjdk/support#release-and-servicing-roadmap). |
8788
| **Java 8** | GA | See the [Temurin support page](https://adoptium.net/support/). |
8889

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+
8992
For more information on developing and running Java function apps, see [Azure Functions Java developer guide](../articles/azure-functions/functions-reference-java.md).
9093

9194
::: zone-end
@@ -94,6 +97,7 @@ The following table shows the language versions supported for Node.js function a
9497

9598
| Supported version | Support level | Expected end-of-support date |
9699
| ---- | ---- |--- |
100+
| [Node.js 24](https://endoflife.date/nodejs) | Preview | April 30, 2028 |
97101
| [Node.js 22](https://endoflife.date/nodejs) | GA | April 30, 2027 |
98102
| [Node.js 20](https://endoflife.date/nodejs) | GA | April 30, 2026 |
99103

@@ -113,13 +117,15 @@ The following table shows the language versions supported for Python function ap
113117

114118
| Supported version | Support level | Expected end-of-support date |
115119
| ---- | ---- |--- |
120+
| Python 3.14 | Preview | April 2029* |
116121
| Python 3.13 | GA | October 2029 |
117122
| Python 3.12 | GA | October 2028 |
118123
| Python 3.11 | GA | October 2027 |
119124
| 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).
121127

122128
For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md).
123129
::: zone-end
124130

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

Comments
 (0)