diff --git a/taskcluster/kinds/docker-image/kind.yml b/taskcluster/kinds/docker-image/kind.yml index 2de827bc2..33db2f194 100644 --- a/taskcluster/kinds/docker-image/kind.yml +++ b/taskcluster/kinds/docker-image/kind.yml @@ -29,7 +29,7 @@ tasks: python: symbol: I(py) args: - PYTHON_VERSIONS: "3.14 3.13 3.12 3.11 3.10 3.9" + PYTHON_VERSIONS: "3.14t 3.14 3.13 3.12 3.11 3.10 3.9" UV_VERSION: *uv_version run-task: symbol: I(rt) diff --git a/taskcluster/kinds/test/kind.yml b/taskcluster/kinds/test/kind.yml index 443df1050..0c09e3e3c 100644 --- a/taskcluster/kinds/test/kind.yml +++ b/taskcluster/kinds/test/kind.yml @@ -42,7 +42,7 @@ tasks: matrix: set-name: "unit-py{matrix[python]}" substitution-fields: [description, run.command, treeherder, worker] - python: ["314", "313", "312", "311", "310", "39"] + python: ["314t", "314", "313", "312", "311", "310", "39"] worker: artifacts: - type: file