diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 02d5b7f..c73201e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "features": { "ghcr.io/devcontainers/features/aws-cli:1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/python:1": { "version": "3.13" } + "ghcr.io/devcontainers/features/python:1": { "version": "3.14" } }, "postCreateCommand": "go mod download && pip install -r requirements-dev.txt && pre-commit install", "customizations": {