From b2fd1b3367fe558d418b2d8467077b64c52ed779 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Thu, 9 Jan 2025 09:57:25 +0300 Subject: [PATCH] chore: update minimum python version --- OpenAPI/kiota/quickstarts/python.md | 2 +- OpenAPI/kiota/tutorials/python-azure.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/kiota/quickstarts/python.md b/OpenAPI/kiota/quickstarts/python.md index db06bb7..f88e79b 100644 --- a/OpenAPI/kiota/quickstarts/python.md +++ b/OpenAPI/kiota/quickstarts/python.md @@ -13,7 +13,7 @@ In this tutorial, you build a sample app in Python that calls a REST API that do ## Required tools -- [Python 3.8+](https://www.python.org/) +- [Python 3.9+](https://www.python.org/) - [pip 20.0+](https://pip.pypa.io/en/stable/) - [asyncio](https://docs.python.org/3/library/asyncio.html) or any other supported async environment, for example, AnyIO, Trio. diff --git a/OpenAPI/kiota/tutorials/python-azure.md b/OpenAPI/kiota/tutorials/python-azure.md index dd1196e..eb68a17 100644 --- a/OpenAPI/kiota/tutorials/python-azure.md +++ b/OpenAPI/kiota/tutorials/python-azure.md @@ -13,7 +13,7 @@ In this tutorial, you generate an API client that uses [Microsoft identity authe ## Required tools -- [Python 3.8+](https://www.python.org/) +- [Python 3.9+](https://www.python.org/) - [pip 20.0+](https://pip.pypa.io/en/stable/) - [asyncio](https://docs.python.org/3/library/asyncio.html) or any other supported async environment, for example, AnyIO, Trio.