Skip to content

Commit 1864b23

Browse files
1 parent ded84af commit 1864b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Overview
99

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
1111
and 4.0 runtime.
1212

1313
Here is the current status of Python in Azure Functions:
@@ -17,7 +17,7 @@ _What are the supported Python versions?_
1717
| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 |
1818
|-------------------------|--------|-------|-------|--------|--------------|-------------|
1919
| 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 | ✓ | ✓ | ✓ | ✓ | ✓ | 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/) | ✓ | ✓ | ✓ | ✓ | ✓ |
2121

2222
_What's available?_
2323
- Build, test, debug and publish using Azure Functions Core Tools (CLI) or Visual Studio Code

0 commit comments

Comments
 (0)