diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ca5b633..f0936ee 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: '3.8' + python-version: '3.10' - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.12.1 + python -m pip install cibuildwheel==2.21.3 - name: Build wheels env: # We only build for Python 3.6+. On Linux manylinux2010 is used. @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: '3.8' + python-version: '3.10' - name: Install dependencies run: pip install setuptools cython numpy