Skip to content

Commit 2a22b18

Browse files
Update functions-how-to-azure-devops.md
1 parent b18566b commit 2a22b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
8989
#### Python
9090
91-
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions.
91+
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions. The yaml for Python 3.7 can be built by replacing all the 3.6 with 3.7 in this yaml.
9292
9393
```yaml
9494
pool:

0 commit comments

Comments
 (0)