diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0fd5cb6..3cfa839 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.platform.os }} strategy: matrix: - python: [cp312] + python: [cp38, cp39, cp310, cp311] platform: - os: ubuntu-latest target: manylinux @@ -45,7 +45,7 @@ jobs: python-version: 3.12 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.17.0 + run: python -m pip install cibuildwheel==2.20.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse