From 95b7a779efba3f2366f993198b194aeb3c1bc86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:41:51 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.14 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4788c46..8d0e45f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: ensure_formatting: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 working_directory: ~/repo steps: - checkout @@ -41,7 +41,7 @@ jobs: test: working_directory: ~/openaev docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 steps: - checkout - setup_remote_docker