diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 86627da..be1d488 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,10 +38,10 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.x" - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.11.2 + run: python -m pip install cibuildwheel==2.17.0 - name: setup xcode version if: startsWith(matrix.os, 'macos')