From 09f9337a0a4b4d5bf0333fc1d24828a1b97a2a3f Mon Sep 17 00:00:00 2001 From: peterstone2017 <12449837+YunchuWang@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:17:42 -0500 Subject: [PATCH] updating readme with py3.10 coming soon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c2ea1b5..1313c518c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ What are the supported Python versions? |----------------------------------|------------|------------|------------|------------|-------------| | Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | | Azure Functions 3.0 | ✔ | ✔ | ✔ | ✔ | - | -| Azure Functions 4.0 | - | ✔ | ✔ | ✔ | preview | +| 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.