From 318bd15b4125243a8e517041314f9a44aca98b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:42:07 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.13 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdc484f..37ae430 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ executors: - image: cimg/go:1.23 python: docker: - - image: cimg/python:3.12 + - image: cimg/python:3.13 jobs: