Skip to content

Commit

Permalink
Use Python 3.12.3 in Taskcluster tasks (#4250)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marco-c authored Jun 9, 2024
1 parent 734b821 commit 8887c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tasks:
workerType: batch
payload:
maxRunTime: 3600
image: python:3.12
image: python:3.12.3
metadata:
owner: [email protected]
source: ${repository}/raw/${head_rev}/.taskcluster.yml
Expand Down

0 comments on commit 8887c1f

Please sign in to comment.