From 6754cd768059dc47fd4a186bcb9db3edb37cf8a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:07:58 +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 f685c7ac..71b89e26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,13 +7,13 @@ orbs: executors: python-executor: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 resource_class: medium working_directory: ~/project test-executor: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 - image: postgres:15 environment: POSTGRES_USER: postgres