diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 68e2500142..6f97665f23 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -21,7 +21,7 @@ jobs: matrix: # PyTorch 1.5 is failing on Win and bolts requires torchvision>=0.5 os: [ubuntu-20.04, macOS-12, windows-2022] - python-version: [3.8, 3.10] + python-version: [3.7, 3.9] requires: ['oldest', 'latest'] topic: [['core']] release: [ 'stable' ]