diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a79bf64..1a8e74a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] os: [windows-latest, ubuntu-latest, macos-latest] env: OS: ${{ matrix.os }}