From 68305985d84cd3c52b734a95b3e3d7c83a041ab7 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Mon, 10 Nov 2025 14:52:35 -0800 Subject: [PATCH] Update supported Python versions in documentation Python 3.9 is end of life Add support for Python 3.14 --- includes/functions-supported-languages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions-supported-languages.md b/includes/functions-supported-languages.md index 6fef6221f448f..5558f0d9a913c 100644 --- a/includes/functions-supported-languages.md +++ b/includes/functions-supported-languages.md @@ -113,13 +113,13 @@ The following table shows the language versions supported for Python function ap | Supported version | Support level | Expected end-of-support date | | ---- | ---- |--- | +| Python 3.14 | GA | October 2030 | | Python 3.13 | GA | October 2029 | | Python 3.12 | GA | October 2028 | | Python 3.11 | GA | October 2027 | | Python 3.10 | GA | October 2026 | -| Python 3.9 | GA | October 2025 | For more information, see [Azure Functions Python developer guide](../articles/azure-functions/functions-reference-python.md). ::: zone-end -For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap). \ No newline at end of file +For information about planned changes to language support, see the [Azure roadmap updates](https://techcommunity.microsoft.com/search?q=functions+roadmap).