Skip to content

Commit

Permalink
docs(tutorial): add support for Python 3.11 (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena authored Jul 27, 2023
1 parent 5c0aeda commit d311a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d311a47

Please sign in to comment.