Skip to content

Commit 9dc18a7

Browse files
authored
(Azure CXP) Python 3.8 is supported
resolves MicrosoftDocs/azure-docs#49260
1 parent 2e1d772 commit 9dc18a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you get started, make sure you have the following requirements in place:
2727
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `npm --version` command to check your version.
2828
::: zone-end
2929
::: zone pivot="programming-language-python"
30-
+ [Python 3.7](https://www.python.org/downloads/release/python-375/) or [Python 3.6](https://www.python.org/downloads/release/python-368/), which as supported by Azure Functions. Python 3.8 isn't yet supported.
30+
+ [Python 3.8](https://www.python.org/downloads/release/python-381/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/) are supported by Azure Functions.
3131
::: zone-end
3232
::: zone pivot="programming-language-powershell"
3333
+ [PowerShell Core](/powershell/scripting/install/installing-powershell-core-on-windows)

0 commit comments

Comments
 (0)