Skip to content

Commit 5830bda

Browse files
committed
docs: update default python version
1 parent 41de862 commit 5830bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Read more in our blog post: [How to support a platform-agnostic engineering team
1010

1111
## Features
1212

13-
- Base Docker image `python:3.10` includes support for common dev tooling like `git`, `curl`, `pip`, and `pre-commit`
13+
- Base Docker image `python:3.11` includes support for common dev tooling like `git`, `curl`, `pip`, and `pre-commit`
1414
- Includes VS Code extensions like [`GitLens`][gitlens] and [`Prettier`][prettier] and good default settings for the editor
1515
- The [`pre-commit` configuration][pre-commit-config] includes a number of useful [`pre-commit-hooks`][pre-commit-hooks] and
1616
Compiler's [`conventional-pre-commit`][conventional-pre-commit] hook

docs/features/devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The devcontainer's image is called `compilerla/template-devcontainer`.
2424

2525
### Base
2626

27-
The image is based on [`python:3.10`](https://hub.docker.com/_/python), to ease installation of common tooling like
27+
The image is based on [`python:3.11`](https://hub.docker.com/_/python), to ease installation of common tooling like
2828
[`mkdocs`](docs.md) and [`pre-commit`](pre-commit.md).
2929

3030
### Setup

0 commit comments

Comments
 (0)