diff --git a/.github/workflows/test-darwin.yml b/.github/workflows/test-darwin.yml index 960cdba..5c771a1 100644 --- a/.github/workflows/test-darwin.yml +++ b/.github/workflows/test-darwin.yml @@ -39,7 +39,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==1.6.3 + python -m pip install cibuildwheel==2.11.2 - name: Checkout submodules shell: bash diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 340d476..c1e8edd 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -36,6 +36,10 @@ jobs: name: Install Python 3.7 with: python-version: "3.7" + + - name: Install cibuildwheel + run: | + python -m pip install cibuildwheel==2.11.2 - name: Checkout submodules shell: bash diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index af4d60d..bb2b1e3 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -48,15 +48,9 @@ jobs: python-version: "3.7" architecture: ${{ matrix.config.py-architecture }} - - uses: actions/setup-python@v4 - name: Install Python 3.6 - with: - python-version: "3.6" - architecture: ${{ matrix.config.py-architecture }} - - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==1.6.3 + python -m pip install cibuildwheel==2.11.2 - name: Checkout submodules shell: bash