From 730f479e4ac31b2c87a202ba9603aaf45a536aa6 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Sat, 15 Feb 2025 11:32:54 +1100 Subject: [PATCH] Prod build fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0514b1f..6d93acc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 defaults: &defaults docker: - - image: cimg/python:3.12.1-browsers + - image: cimg/python:3.13.2-browsers install_dependency: &install_dependency name: Installation of build and deployment dependencies. command: |