From 4e6e9c4b28c6b7dc257a4d5e28e7cb4d4ce14d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:05:35 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 85ac34c..1a92ac5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: "python:3.11-bookworm" + - image: "python:3.12-bookworm" steps: - checkout - run: