diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74382ac..34668d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.10, 3.11, 3.12] + python-version: [3.8, 3.11, 3.12] runs-on: ${{ matrix.os }}