From 94093a6bfb2ad7e194905f9ad9fa9d002b13da28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:56:33 +0000 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 514a6f4..5689f5c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ executors: jobs: pytest: docker: - - image: cimg/python:3.10 + - image: cimg/python:3.12 environment: ENVIRONMENT: test USE_PROTECTED_MAPPING: true