Skip to content

Commit 35019a1

Browse files
authored
Merge pull request #177640 from anthonychu/patch-2
Fix Python message
2 parents 5673831 + 210830a commit 35019a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To update your PowerShell app to Azure Functions 4.x, update your local installa
116116
To update your Python app to Azure Functions 4.x, update your local installation of [Azure Functions Core Tools](functions-run-local.md#install-the-azure-functions-core-tools) to 4.x and update your app's [Azure Functions extensions bundle](functions-bindings-register.md#extension-bundles) to 2.x or above. See [breaking changes](#breaking-changes-between-3x-and-4x) for more information.
117117

118118
> [!NOTE]
119-
> Python is not supported in Azure Functions 4.x.
119+
> Python 3.6 is not supported in Azure Functions 4.x.
120120
121121
---
122122

0 commit comments

Comments
 (0)