diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13f219a80e850a84b6f769392e69469a25b1702b..fcc65bf9f828e35e49e874439ec883a950996692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9", "3.x", "pypy3.9"] + python-version: ["3.10", "3.12", "3.x", "pypy3.10"] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4