From 6a0568219a63f978905c02e342ce3efc5deb754f Mon Sep 17 00:00:00 2001 From: pasta Date: Tue, 11 Feb 2025 09:53:16 -0600 Subject: [PATCH] chore: bump python 3.9 to latest --- contrib/containers/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/containers/ci/Dockerfile b/contrib/containers/ci/Dockerfile index d6e8b8d004f19..ed4dd7ecda07a 100644 --- a/contrib/containers/ci/Dockerfile +++ b/contrib/containers/ci/Dockerfile @@ -131,7 +131,7 @@ RUN set -ex; \ # Python setup # PYTHON_VERSION should match the value in .python-version -ARG PYTHON_VERSION=3.9.18 +ARG PYTHON_VERSION=3.9.21 RUN apt-get update && apt-get install $APT_ARGS \ ca-certificates \ libbz2-dev \