Skip to content

Commit 7bed1d8

Browse files
committed
CI: update cibuildwheel and build wheels for python 3.13
1 parent 88c271e commit 7bed1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
python-version: '3.12'
3636

3737
- name: Install cibuildwheel
38-
run: python3 -m pip install cibuildwheel==2.16.5
38+
run: python3 -m pip install cibuildwheel==2.22.0
3939

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

7575
- name: Install dependencies
7676
working-directory: wrappers/python

0 commit comments

Comments
 (0)