diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 233407e7..4bd9298b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - pyversion: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + # pyversion: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + pyversion: [2.7] fail-fast: false runs-on: ${{ matrix.os }} steps: