diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 601e09976..1dd685ecc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9] - torch: [1.12.0, 1.13.0, 2.0.0] + python-version: [3.8, 3.9, 3.10] + torch: [1.13.0, 2.0.0, 2.1.0] #include: # - torch: 1.6.0 # torchvision: 0.7.0