|
1 | 1 | <img src="./docs/Azure.Functions.svg" width = "180" alt="Functions Header Image"> |
2 | 2 |
|
3 | | -|Branch|Status|Coverage|CodeCov| |
4 | | -|---|---|---|---| |
5 | | -|master|[](https://azfunc.visualstudio.com/Azure%20Functions%20Python/_build/latest?definitionId=3&branchName=master)||[](https://codecov.io/gh/Azure/azure-functions-python-worker) |
6 | | -|dev|[](https://azfunc.visualstudio.com/Azure%20Functions%20Python/_build/latest?definitionId=3&branchName=dev)||[](https://codecov.io/gh/Azure/azure-functions-python-worker) |
| 3 | +|Branch|Status|Coverage|CodeCov|Unittests|E2E tests| |
| 4 | +|---|---|---|---|---|---| |
| 5 | +|master|[](https://azfunc.visualstudio.com/Azure%20Functions%20Python/_build/latest?definitionId=3&branchName=master)||[](https://codecov.io/gh/Azure/azure-functions-python-worker)|| |
| 6 | +|dev|[](https://azfunc.visualstudio.com/Azure%20Functions%20Python/_build/latest?definitionId=3&branchName=dev)||[](https://codecov.io/gh/Azure/azure-functions-python-worker)|| |
7 | 7 |
|
8 | | - |
9 | | - |
10 | | -# Overview |
| 8 | +# Azure Functions Python Worker |
11 | 9 |
|
12 | 10 | Python support for Azure Functions is based on Python 3.6, Python 3.7, and Python 3.8, serverless hosting on Linux and the Functions 2.0 and 3.0 runtime. |
13 | 11 |
|
14 | 12 | Here is the current status of Python in Azure Functions: |
15 | 13 |
|
16 | 14 | What are the supported Python versions? |
17 | 15 |
|
18 | | -|Azure Functions Runtime|Python 3.6|Python 3.7|Python 3.8| |
19 | | -|-----------------------|----------|----------|----------| |
20 | | -|Azure Functions 2.0|✔|✔| | |
21 | | -|Azure Functions 3.0|✔|✔|✔| |
| 16 | +|Azure Functions Runtime|Python 3.6|Python 3.7|Python 3.8|Python 3.9| |
| 17 | +|---|---|---|---|---| |
| 18 | +|Azure Functions 2.0|✔|✔|-|-| |
| 19 | +|Azure Functions 3.0|✔|✔|✔|-| |
22 | 20 |
|
23 | 21 | What's available? |
24 | 22 |
|
|
0 commit comments