diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d1378a..ab2e935 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.8, 3.9] runs-on: ubuntu-latest steps: