Skip to content

Commit 153d190

Browse files
authored
python 3.10 to preview update
1 parent 0f5654a commit 153d190

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ Azure Functions supports the following Python versions:
940940

941941
| Functions version | Python\* versions |
942942
| ----- | :-----: |
943-
| 4.x | 3.9<br/> 3.8<br/>3.7 |
944-
| 3.x | 3.9<br/> 3.8<br/>3.7<br/>3.6 |
945-
| 2.x | 3.7<br/>3.6 |
943+
| 4.x | 3.10 (Preview)<br/>3.9<br/> 3.8<br/>3.7 |
944+
| 3.x | 3.9<br/> 3.8<br/>3.7 |
945+
| 2.x | 3.7 |
946946

947947
\* Official Python distributions
948948

@@ -1247,10 +1247,11 @@ The Python standard library contains a list of built-in Python modules that are
12471247

12481248
To view the library for your Python version, go to:
12491249

1250-
* [Python 3.6 standard library](https://docs.python.org/3.6/library/)
1250+
12511251
* [Python 3.7 standard library](https://docs.python.org/3.7/library/)
12521252
* [Python 3.8 standard library](https://docs.python.org/3.8/library/)
12531253
* [Python 3.9 standard library](https://docs.python.org/3.9/library/)
1254+
* [Python 3.10 standard library](https://docs.python.org/3.10/library/)
12541255

12551256
### Azure Functions Python worker dependencies
12561257

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)<br/> GA (.NET 7.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|N/A| GA (PowerShell 7.2)|
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)|
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) <br/> Preview (3.10)|
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)