From 0ee9eaeba043b0130727352f6948d7d1c9cfb65e Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Thu, 27 Jul 2023 21:39:02 +0100 Subject: [PATCH] python 3.11 --- docs/tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index b0aca95dd12..28021ea191a 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -20,11 +20,11 @@ Let's clone our sample project before we add one feature at a time. Bootstrap directly via SAM CLI: ```shell - sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.10 --no-tracing + sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.11 --no-tracing ``` ```bash title="Use SAM CLI to initialize the sample project" -sam init --runtime python3.10 --dependency-manager pip --app-template hello-world --name powertools-quickstart +sam init --runtime python3.11 --dependency-manager pip --app-template hello-world --name powertools-quickstart ``` ### Project structure