From bce84540ddee1694652df681e8fe1f519d91be59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 06:05:00 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.13.7 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52192d26..51522604 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,7 +139,7 @@ jobs: <<: *defaults docker: # https://circleci.com/developer/images/image/cimg/python - - image: cimg/python:3.13.6 + - image: cimg/python:3.13.7 environment: CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN @@ -203,7 +203,7 @@ jobs: upload_to_code_climate: <<: *defaults docker: - - image: cimg/python:3.13.6 + - image: cimg/python:3.13.7 environment: CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID working_directory: ~/repo