diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1bc71b291..0ff6d422d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install dependencies run: | @@ -30,11 +30,11 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.16.4 + python -m pip install cibuildwheel==2.23.3 - name: Build wheels env: - CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp*musl* *i686" # remove pypy on mac and win (wrong version) + CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp36* cp37* cp38* cp*musl* *i686" # remove pypy on mac and win (wrong version) run: | python -m cibuildwheel --output-dir wheelhouse @@ -57,7 +57,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install dependencies run: | diff --git a/.github/workflows/build_wheels_weekly.yml b/.github/workflows/build_wheels_weekly.yml index c7cad4774..b575ae0c6 100644 --- a/.github/workflows/build_wheels_weekly.yml +++ b/.github/workflows/build_wheels_weekly.yml @@ -18,10 +18,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install dependencies run: | @@ -29,7 +29,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.16.4 + python -m pip install cibuildwheel==2.23.3 - name: Set up QEMU if: runner.os == 'Linux' diff --git a/RELEASES.md b/RELEASES.md index 3e5c726fb..ec7e5774c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -26,6 +26,7 @@ - Clean documentation for `gromov`, `lp` and `unbalanced` folders (PR #710) - Clean references in documentation (PR #722) - Clean documentation for `ot.gromov.gromov_wasserstein` (PR #737) +- Debug wheels building (PR #739) ## 0.9.5