From 8887c1f2cfda00f5bd31b8c8cd690323c979bc9a Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 10 Jun 2024 00:08:56 +0200 Subject: [PATCH] Use Python 3.12.3 in Taskcluster tasks (#4250) Works around an issue with Pydantic, and it's good in its own right to match the version used in the Docker files Fixes #4249 --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index a56c6ca52b..f338ad1903 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -41,7 +41,7 @@ tasks: workerType: batch payload: maxRunTime: 3600 - image: python:3.12 + image: python:3.12.3 metadata: owner: mcastelluccio@mozilla.com source: ${repository}/raw/${head_rev}/.taskcluster.yml