Skip to content

Commit 64b0e42

Browse files
Update articles/azure-functions/supported-languages.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent f138cef commit 64b0e42

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/azure-functions/supported-languages.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ Custom handlers are lightweight web servers that receive events from the Azure F
5353

5454
Starting with version 2.x, the runtime is designed to offer [language extensibility](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Language-Extensibility). The JavaScript and Java languages in the 2.x runtime are built with this extensibility.
5555

56-
## Additional notes
57-
58-
### ODBC driver support
59-
60-
For Python 3.10 and earlier versions, ODBC Driver 17 is supported.
61-
For Python 3.11, ODBC Driver 18 is supported.
56+
::: zone pivot="programming-language-python"
57+
## ODBC driver support
58+
This table indicates the ODBC driver support for your Python functions:
59+
| Driver version | Python version |
60+
| ---- | ---- |
61+
| ODBC driver 18 | ≥ Python 3.11 |
62+
| ODBC driver 17 | ≤ Python 3.10 |
6263

64+
::: zone-end
6365
## Next steps
6466
::: zone pivot="programming-language-csharp"
6567
### [Isolated worker model](#tab/isolated-process)

0 commit comments

Comments
 (0)