|
1 | 1 | # <img src="https://raw.githubusercontent.com/Azure/azure-functions-python-worker/dev/docs/Azure.Functions.svg" width = "30" alt="Functions Header Image - Lightning Logo"> Azure Functions Python Worker |
2 | 2 |
|
3 | | -|Branch|Status|CodeCov|Unittests|E2E tests| |
4 | | -|---|---|---|---|---| |
5 | | -|master|[](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=master)|[](https://codecov.io/gh/Azure/azure-functions-python-worker)|| |
6 | | -|dev|[](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=dev)|[](https://codecov.io/gh/Azure/azure-functions-python-worker)|| |
| 3 | +| Branch | Status | CodeCov | Unittests | E2E tests | |
| 4 | +|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------| |
| 5 | +| main | [](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=main) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) |  |  | |
| 6 | +| dev | [](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) |  |  | |
7 | 7 |
|
8 | | -Python support for Azure Functions is based on Python 3.6, Python 3.7, Python 3.8, Python 3.9, and Python 3.10 serverless hosting on Linux and the Functions 2.0, 3.0 and 4.0 runtime. |
| 8 | +Python support for Azure Functions is based on Python 3.6, 3.7, 3.8, 3.9, and 3.10 serverless hosting on Linux and the Functions 2.0, 3.0 and 4.0 runtime. |
9 | 9 |
|
10 | 10 | Here is the current status of Python in Azure Functions: |
11 | 11 |
|
12 | 12 | What are the supported Python versions? |
13 | 13 |
|
14 | | -|Azure Functions Runtime|Python 3.6|Python 3.7|Python 3.8|Python 3.9|Python 3.10| |
15 | | -|---|---|---|---|---|---| |
16 | | -|Azure Functions 2.0|✔|✔|-|-|-| |
17 | | -|Azure Functions 3.0|✔|✔|✔|✔|-| |
18 | | -|Azure Functions 4.0|-|✔|✔|✔|preview| |
| 14 | +| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | |
| 15 | +|----------------------------------|------------|------------|------------|------------|-------------| |
| 16 | +| Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | |
| 17 | +| Azure Functions 3.0 | ✔ | ✔ | ✔ | ✔ | - | |
| 18 | +| Azure Functions 4.0 | - | ✔ | ✔ | ✔ | preview | |
19 | 19 |
|
20 | 20 | 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. |
21 | 21 |
|
@@ -43,15 +43,15 @@ What's coming? |
43 | 43 |
|
44 | 44 | Issues and feature requests are tracked in a variety of places. To report this feedback, please file an issue to the relevant repository below: |
45 | 45 |
|
46 | | -|Item|Description|Link| |
47 | | -|----|-----|-----| |
48 | | -| Python Worker | Programming Model, Triggers & Bindings |[File an Issue](https://github.com/Azure/azure-functions-python-worker/issues)| |
49 | | -| Linux | Base Docker Images |[File an Issue](https://github.com/Azure/azure-functions-docker/issues)| |
50 | | -| Runtime | Script Host & Language Extensibility |[File an Issue](https://github.com/Azure/azure-functions-host/issues)| |
51 | | -| VSCode | VSCode Extension for Azure Functions |[File an Issue](https://github.com/microsoft/vscode-azurefunctions/issues) |
52 | | -| Core Tools | Command Line Interface for Local Development |[File an Issue](https://github.com/Azure/azure-functions-core-tools/issues)| |
53 | | -| Portal | User Interface or Experience Issue |[File an Issue](https://github.com/azure/azure-functions-ux/issues)| |
54 | | -| Templates | Code Issues with Creation Template |[File an Issue](https://github.com/Azure/azure-functions-templates/issues)| |
| 46 | +| Item | Description | Link | |
| 47 | +|---------------|----------------------------------------------|--------------------------------------------------------------------------------| |
| 48 | +| Python Worker | Programming Model, Triggers & Bindings | [File an Issue](https://github.com/Azure/azure-functions-python-worker/issues) | |
| 49 | +| Linux | Base Docker Images | [File an Issue](https://github.com/Azure/azure-functions-docker/issues) | |
| 50 | +| Runtime | Script Host & Language Extensibility | [File an Issue](https://github.com/Azure/azure-functions-host/issues) | |
| 51 | +| VSCode | VSCode Extension for Azure Functions | [File an Issue](https://github.com/microsoft/vscode-azurefunctions/issues) | |
| 52 | +| Core Tools | Command Line Interface for Local Development | [File an Issue](https://github.com/Azure/azure-functions-core-tools/issues) | |
| 53 | +| Portal | User Interface or Experience Issue | [File an Issue](https://github.com/azure/azure-functions-ux/issues) | |
| 54 | +| Templates | Code Issues with Creation Template | [File an Issue](https://github.com/Azure/azure-functions-templates/issues) | |
55 | 55 |
|
56 | 56 | # Contribute |
57 | 57 |
|
|
0 commit comments