diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f34b996..ee1da33 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,9 @@ "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers/features/python:1": {}, + "ghcr.io/devcontainers/features/python:1": { + "version": "3.12" + }, "ghcr.io/devcontainers-contrib/features/poetry:2": {}, "ghcr.io/devcontainers-contrib/features/vscode-cli:1": {}, "ghcr.io/devcontainers-contrib/features/vscode-server:1": {},