diff --git a/taskcluster/kinds/codecov/kind.yml b/taskcluster/kinds/codecov/kind.yml index 64defb5c2..299f9f9c4 100644 --- a/taskcluster/kinds/codecov/kind.yml +++ b/taskcluster/kinds/codecov/kind.yml @@ -21,6 +21,9 @@ tasks: group-by: all unique-kinds: false set-name: null + with-attributes: + # exclude free-threaded python until it is officially supported + python: ["314", "313", "312", "311", "310", "39"] fetches: test: - artifact: coverage.py{matrix[python]} diff --git a/taskcluster/kinds/complete/kind.yml b/taskcluster/kinds/complete/kind.yml index bb363180f..61f2dc284 100644 --- a/taskcluster/kinds/complete/kind.yml +++ b/taskcluster/kinds/complete/kind.yml @@ -21,3 +21,9 @@ tasks: group-by: all set-name: false unique-kinds: false + with-attributes: + # exclude free-threaded python until it is officially supported + python: ["314", "313", "312", "311", "310", "39"] + # needs to be added explicitly until we can drop the `with-attributes` above + dependencies: + check-type: check-type diff --git a/taskcluster/kinds/test/kind.yml b/taskcluster/kinds/test/kind.yml index 0c09e3e3c..a0833dbda 100644 --- a/taskcluster/kinds/test/kind.yml +++ b/taskcluster/kinds/test/kind.yml @@ -41,8 +41,10 @@ tasks: description: "Run unit tests with py{matrix[python]}" matrix: set-name: "unit-py{matrix[python]}" - substitution-fields: [description, run.command, treeherder, worker] + substitution-fields: [description, run.command, treeherder, worker, attributes] python: ["314t", "314", "313", "312", "311", "310", "39"] + attributes: + python: "{matrix[python]}" worker: artifacts: - type: file