diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1eef6f3ffd0..4fa7852e248 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: @@ -55,6 +56,7 @@ jobs: # TODO put back 3.11 (See blame) # - "3.11" - "3.12" + - "3.13" runner: ["macos-m1-stable"] fail-fast: false uses: pytorch/test-infra/.github/workflows/macos_job.yml@main @@ -80,6 +82,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" runner: ["windows.4xlarge"] gpu-arch-type: ["cpu"] # TODO: put GPU testing back