From e9aa9d475504b9610d4f03f937eb2902636299ad Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 14 Oct 2025 12:48:06 +0100 Subject: [PATCH] Update to Python 3.13 Fixes #26. ehrQL was updated to Python 3.13, but the configuration here was not updated. The dev container build was therefore failing as the latest ehrQL version (which was build uses) was incompatible with the Python in the Docker image. --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9c595c4..cbb696b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye +FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye # Suppress the codespace's default first run message # See https://github.com/devcontainers/features/blob/main/src/common-utils/scripts/rc_snippet.sh