File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## Overview
9
9
10
- Python support for Azure Functions is based on Python 3.6/3. 7/3.8/3.9 and 3.10 (coming soon) , serverless hosting on Linux and the Functions 2.0, 3.0
10
+ Python support for Azure Functions is based on Python 3.7/3.8/3.9 and 3.10, serverless hosting on Linux and the Functions 2.0, 3.0
11
11
and 4.0 runtime.
12
12
13
13
Here is the current status of Python in Azure Functions:
@@ -17,7 +17,7 @@ _What are the supported Python versions?_
17
17
| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 |
18
18
| -------------------------| --------| -------| -------| --------| --------------| -------------|
19
19
| Azure Functions 3.0 | [ EOL] ( https://learn.microsoft.com/azure/azure-functions/migrate-version-3-version-4 ) | [ EOL] ( https://learn.microsoft.com/azure/azure-functions/migrate-version-3-version-4 ) | [ EOL] ( https://learn.microsoft.com/azure/azure-functions/migrate-version-3-version-4 ) | [ EOL] ( https://learn.microsoft.com/azure/azure-functions/migrate-version-3-version-4 ) | - | - |
20
- | Azure Functions 4.0 | &#x 2713 ; | ✓ ; | ✓ ; | ✓ ; | ✓ ; | coming soon |
20
+ | Azure Functions 4.0 | [ EOL ] ( https://azure.microsoft.com/en-au/updates/azure-functions-support-for-python-36-is-ending-on-30-september-2022/ ) | ✓ ; | ✓ ; | ✓ ; | ✓ ; | &#x 2713 ; |
21
21
22
22
_ What's available?_
23
23
- Build, test, debug and publish using Azure Functions Core Tools (CLI) or Visual Studio Code
You can’t perform that action at this time.
0 commit comments