diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c9b5287..fac0280 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, windows-2022, macos-14] - python-version: [3.7, "3.11"] + python-version: ["3.9", "3.11"] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}