Skip to content

Commit

Permalink
CI: update cibuildwheel and build wheels for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Dec 28, 2024
1 parent 88c271e commit 7bed1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
python-version: '3.12'

- name: Install cibuildwheel
run: python3 -m pip install cibuildwheel==2.16.5
run: python3 -m pip install cibuildwheel==2.22.0

- name: Build wheels
run: python3 -m cibuildwheel --output-dir wheelhouse wrappers/python
env:
# TODO: setup a "BEFORE" cmake build and link the python module to the prebuild libZXing.a
# see https://github.com/YannickJadoul/Parselmouth/blob/523c117aa780184345121f6ff8315670bc7d4d94/.github/workflows/wheels.yml#L120
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
CIBW_SKIP: "*musllinux*"
# the default maylinux2014 image does not contain a c++20 compiler, see https://github.com/pypa/manylinux
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install dependencies
working-directory: wrappers/python
Expand Down

0 comments on commit 7bed1d8

Please sign in to comment.