From 615f5fcf0781eef0421406b1693c6e45a1880f96 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Wed, 27 Nov 2024 16:12:12 +0000 Subject: [PATCH] Add 3.13 to unittest jobs matrix --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4a74733967..10664489843 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" runner: ["linux.12xlarge"] gpu-arch-type: ["cpu"] include: @@ -51,6 +52,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" runner: ["macos-m1-stable"] fail-fast: false uses: pytorch/test-infra/.github/workflows/macos_job.yml@main @@ -76,6 +78,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" runner: ["windows.4xlarge"] gpu-arch-type: ["cpu"] include: