Skip to content

Commit 4cb6631

Browse files
Merge pull request #308292 from MadhuraBharadwaj-MSFT/patch-65
Update supported language versions for functions
2 parents a73b60e + 97933c1 commit 4cb6631

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

includes/functions-supported-languages.md

Lines changed: 5 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 | Pending<sup>*</sup> |
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+
<sup>*</sup>The end-of-support date for Java 25 is determined when general availability (GA) is declared.
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

@@ -117,9 +121,8 @@ The following table shows the language versions supported for Python function ap
117121
| Python 3.12 | GA | October 2028 |
118122
| Python 3.11 | GA | October 2027 |
119123
| Python 3.10 | GA | October 2026 |
120-
| Python 3.9 | GA | October 2025 |
121124

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

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

Comments
 (0)