From 4158e558f5c34559eb629a50b613f13c6c731b48 Mon Sep 17 00:00:00 2001 From: "S. Paquette" Date: Fri, 10 Apr 2026 14:38:37 -0700 Subject: [PATCH] -> Enable build (but not deploy) on all IDC test and prod branches -> Update CircleCI Python image to 3.11 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07891ef013d..8fc512a2d05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ jobs: TZ: '/usr/share/zoneinfo/America/Los_Angeles' working_directory: ~/ViewersV3 docker: - - image: cimg/python:3.8 + - image: cimg/python:3.11 resource_class: large steps: - checkout @@ -131,7 +131,7 @@ jobs: environment: TZ: '/usr/share/zoneinfo/America/Los_Angeles' docker: - - image: cimg/python:3.8 + - image: cimg/python:3.11 working_directory: ~/ViewersV3 steps: - restore_cache: @@ -248,8 +248,8 @@ workflows: branches: only: - master - - idc-v3-viewer-prod - - idc-v3-viewer-test + - idc-v3-viewer-prod-* + - idc-v3-viewer-test-* - deploy_job: requires: - build_job