From 544fd7e6c5d55c30cd2b72ce347eac6ba20e4d26 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 27 Jun 2024 09:09:26 +0200 Subject: [PATCH] Update cimg/python Docker tag to v3.12 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6025440..42e117b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: ensure_formatting: docker: - - image: cimg/python:3.11 + - image: cimg/python:3.12 working_directory: ~/repo steps: - checkout