From cd8b2b647d01cd514263f2692d2a2d3c109ddaf1 Mon Sep 17 00:00:00 2001 From: pdthummar <101662222+pdthummar@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:42:14 -0600 Subject: [PATCH 1/2] adding information of newer supported versions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1313c518c..3a9763624 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Here is the current status of Python in Azure Functions: What are the supported Python versions? -| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | -|----------------------------------|------------|------------|------------|------------|-------------| -| Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | -| Azure Functions 3.0 | ✔ | ✔ | ✔ | ✔ | - | -| Azure Functions 4.0 | - | ✔ | ✔ | ✔ | coming soon | +| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | +|----------------------------------|------------|------------|------------|------------|-------------|-------------| +| Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | - | +| Azure Functions 3.0 | ✔ | ✔ | ✔ | ✔ | - | - | +| Azure Functions 4.0 | - | ✔ | ✔ | ✔ | ✔ | coming soon | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page. From 347f5ef61dd375e59e90606bd5cf6923f1f4791d Mon Sep 17 00:00:00 2001 From: pdthummar <101662222+pdthummar@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:34:03 -0500 Subject: [PATCH 2/2] addressing comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9763624..dc5f9ef89 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ What are the supported Python versions? | Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | |----------------------------------|------------|------------|------------|------------|-------------|-------------| | Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | - | -| Azure Functions 3.0 | ✔ | ✔ | ✔ | ✔ | - | - | +| Azure Functions 3.0 (deprecated) | ✔ | ✔ | ✔ | ✔ | - | - | | Azure Functions 4.0 | - | ✔ | ✔ | ✔ | ✔ | coming soon | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page.