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.