From 68ccd6d13326c245788b57b9b73504a1d059c155 Mon Sep 17 00:00:00 2001 From: pasta Date: Fri, 4 Oct 2024 15:49:46 -0500 Subject: [PATCH] bump CI python version --- 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 a11768ea49..3236c1b669 100644 --- a/contrib/containers/ci/Dockerfile +++ b/contrib/containers/ci/Dockerfile @@ -50,7 +50,7 @@ RUN apt-get update && apt-get install $APT_ARGS \ # Python setup # PYTHON_VERSION should match the value in .python-version -ARG PYTHON_VERSION=3.8.16 +ARG PYTHON_VERSION=3.9.17 RUN apt-get update && apt-get install $APT_ARGS \ ca-certificates \ libbz2-dev \