Skip to content

Commit

Permalink
Update CI to build wheel from 3.8 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Oct 17, 2024
1 parent b00661a commit 8291dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ jobs:
with:
platforms: all
- uses: ilammy/msvc-dev-cmd@v1
- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.21.3
env:
# Use silx wheelhouse: needed for ppc64le
CIBW_ENVIRONMENT_LINUX: "PIP_FIND_LINKS=https://www.silx.org/pub/wheelhouse/ PIP_TRUSTED_HOST=www.silx.org"
#CIBW_ENVIRONMENT_WINDOWS: "PYFAI_WITH_OPENMP=False"
CIBW_BUILD_FRONTEND_WINDOWS: "build; args: -C setup-args=-Duse_openmp=disabled"
#CIBW_BEFORE_BUILD_WINDOWS: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"'
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
# Do not build for pypy and muslinux
CIBW_SKIP: pp* *-musllinux_*
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit 8291dcf

Please sign in to comment.