From 5c346967fdfc235238ad4c93723cd7923f9d57cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:32:50 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.13.5 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1054bb4..b66e0baa 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.12.6 + - image: cimg/python:3.13.5 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.12.6 + - image: cimg/python:3.13.5 environment: CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID working_directory: ~/repo