diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4972c902..3bfa1f29a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: [3.8] steps: - uses: actions/checkout@v2