From ec8430d795c0f666e329a9d3621e2671da0cac4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:14:32 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.14 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0408fc0..c72773f 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 @@ -27,7 +27,7 @@ jobs: template: basic_fail_1 test: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 working_directory: ~/repo steps: - checkout @@ -54,7 +54,7 @@ jobs: build: working_directory: ~/openaev-client docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 steps: - checkout - run: @@ -85,7 +85,7 @@ jobs: deploy: working_directory: ~/openaev-client docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 steps: - checkout - attach_workspace: