From d87ff3cd614b431fa11bd9f53d73b8c4d9dd0b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 12:07:08 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.14 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0760a8f..03b6a4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: docker: - - image: cimg/python:3.12 + - image: cimg/python:3.14 steps: