diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea4761f..43bbdb1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] outputs: python-key: ${{ steps.generate-python-key.outputs.key }} steps: @@ -159,7 +159,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Check out code from GitHub uses: actions/checkout@v3