From e2b13d9d1894a09fa8dea86aee0af336d97e3d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:38:38 +0000 Subject: [PATCH] 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 9b41b69..475dedc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: publish: docker: - - image: cimg/python:3.8 + - image: cimg/python:3.13 working_directory: ~/repo