Skip to content

Commit 6dcf957

Browse files
authored
Use Python 3.11 in CI (mozilla#2736)
1 parent 043b7b6 commit 6dcf957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tasks:
7070
else: generic-worker-ubuntu-24-04
7171

7272
taskboot_image: "mozilla/taskboot:0.4.1"
73-
python_image: "python:3.10"
73+
python_image: "python:3.11"
7474
in:
7575
$if: '(tasks_for == "github-push" && (head_branch == "master" || head_branch == "production" || head_branch == "testing")) || (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
7676
then:

0 commit comments

Comments
 (0)