From 6b231fb12fec0c31c41d2233f64310d7136f8261 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 4 Apr 2025 09:50:06 -0400 Subject: [PATCH] fix: python version for toml --- OpenAPI/kiota/quickstarts/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/kiota/quickstarts/python.md b/OpenAPI/kiota/quickstarts/python.md index f88e79b..8895607 100644 --- a/OpenAPI/kiota/quickstarts/python.md +++ b/OpenAPI/kiota/quickstarts/python.md @@ -25,7 +25,7 @@ Create a directory to contain the new project. In case you're adding a Kiota client to an existing project, the following configuration is required: -- **pyproject.toml** > **project** > **requires-python** set to ">=3.8". +- **pyproject.toml** > **project** > **requires-python** set to ">=3.9". ## Add dependencies