Skip to content

Commit eccb5c7

Browse files
authored
clarify
1 parent feb188d commit eccb5c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,15 @@ For local development, application settings are [maintained in the local.setting
362362

363363
## Python version
364364

365-
Azure Functions supports the following version of Python (official CPython distributions):
365+
Azure Functions supports the following Python versions:
366366

367-
| Functions version | Python version |
367+
| Functions version | Python<sup>*</sup> versions |
368368
| ----- | ----- |
369369
| 3.x | 3.8<br/>3.7<br/>3.6 |
370370
| 2.x | 3.7<br/>3.6 |
371371

372+
<sup>*</sup>Official CPython distributions
373+
372374
To request a specific Python version when you create your function app in Azure, use the `--runtime-version` option of the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) command. The Functions runtime version is set by the `--functions-version` option. The Python version is set when the function app is created and can't be changed.
373375

374376
When running locally, the runtime uses the available Python version.

0 commit comments

Comments
 (0)