diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a5059..dc844a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: - ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + ["3.7", "3.12"] runs-on: ${{ matrix.os }} name: ${{ matrix.os }} - ${{ github.event_name }} steps: