From a6fabfb0c6bd26bc49b98a9c8c69e06ddc761236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:43:55 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.11 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf66b0a..8f5c5cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: pip-publish: docker: - - image: cimg/python:3.8 + - image: cimg/python:3.11 environment: TRIGGER_TAG: << pipeline.git.tag >> steps: