Skip to content

Commit a1c7514

Browse files
Merge pull request #216391 from shreyabatra4/remove-python-3.6
removed python 3.6 support for azure functions
2 parents cf45504 + 2067675 commit a1c7514

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ For a list of preinstalled system libraries in Python worker Docker images, see
12271227

12281228
| Functions runtime | Debian version | Python versions |
12291229
|------------|------------|------------|
1230-
| Version 3.x | Buster | [Python 3.6](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python36/python36.Dockerfile)<br/>[Python 3.7](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python37/python37.Dockerfile)<br />[Python 3.8](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python38/python38.Dockerfile)<br/> [Python 3.9](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python39/python39.Dockerfile)|
1230+
| Version 3.x | Buster | [Python 3.7](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python37/python37.Dockerfile)<br />[Python 3.8](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python38/python38.Dockerfile)<br/> [Python 3.9](https://github.com/Azure/azure-functions-docker/blob/master/host/3.0/buster/amd64/python/python39/python39.Dockerfile)|
12311231

12321232
## Python worker extensions
12331233

articles/azure-functions/language-support-policy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ There are few exceptions to the retirement policy outlined above. Here is a list
3333
|Language Versions |EOL Date |Retirement Date|
3434
|-----------------------------------------|-----------------|----------------|
3535
|Node 12|30 Apr 2022|13 December 2022|
36-
|Python 3.6 |23 December 2021|30 September 2022|
3736

3837
## Language version support timeline
3938

includes/functions-supported-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: include file
1414
|[F#](../articles/azure-functions/functions-reference-fsharp.md)|GA (.NET Framework 4.8)|GA (.NET Core 2.1<sup>1</sup>)| GA (.NET Core 3.1) | GA (.NET 6.0) |
1515
|[Java](../articles/azure-functions/functions-reference-java.md)|N/A|GA (Java 8)| GA (Java 11 & 8)| GA (Java 11 & 8) <br/> Preview (Java 17)|
1616
|[PowerShell](../articles/azure-functions/functions-reference-powershell.md) |N/A|N/A| GA (PowerShell 7.0)| GA (PowerShell 7.0, 7.2)|
17-
|[Python](../articles/azure-functions/functions-reference-python.md#python-version)|N/A|GA (Python 3.7 & 3.6)| GA (Python 3.9, 3.8, 3.7, & 3.6)| GA (Python 3.9, 3.8, 3.7)|
17+
|[Python](../articles/azure-functions/functions-reference-python.md#python-version)|N/A|GA (Python 3.7)| GA (Python 3.9, 3.8, 3.7)| GA (Python 3.9, 3.8, 3.7)|
1818
|[TypeScript](../articles/azure-functions/functions-reference-node.md#typescript)<sup>2</sup> |N/A|GA| GA | GA |
1919

2020
<sup>1</sup> .NET class library apps targeting runtime version 2.x runs on .NET Core 3.1 in .NET Core 2.x compatibility mode. To learn more, see [Functions v2.x considerations](../articles/azure-functions/functions-dotnet-class-library.md#functions-v2x-considerations).

0 commit comments

Comments
 (0)