Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions taskcluster/kinds/tox/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,22 @@ task-defaults:
uv run tox -e {targets}

tasks:
check:
python-version: "3.13"
targets: check
py311:
python-version: "3.11"
targets: py311,check
targets: py311
env:
NO_TESTS_OVER_WIRE: "1"
py312:
python-version: "3.12"
targets: py312,check
targets: py312
env:
NO_TESTS_OVER_WIRE: "1"
py313:
python-version: "3.13"
targets: py313,check
targets: py313
env:
NO_TESTS_OVER_WIRE: "1"
py311-cot:
Expand Down