File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
python-version : ' 3.12'
36
36
37
37
- name : Install cibuildwheel
38
- run : python3 -m pip install cibuildwheel==2.16.5
38
+ run : python3 -m pip install cibuildwheel==2.22.0
39
39
40
40
- name : Build wheels
41
41
run : python3 -m cibuildwheel --output-dir wheelhouse wrappers/python
42
42
env :
43
43
# TODO: setup a "BEFORE" cmake build and link the python module to the prebuild libZXing.a
44
44
# 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-*
46
46
CIBW_SKIP : " *musllinux*"
47
47
# the default maylinux2014 image does not contain a c++20 compiler, see https://github.com/pypa/manylinux
48
48
CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux_2_28_x86_64
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v5
72
72
with :
73
- python-version : ' 3.12 '
73
+ python-version : ' 3.13 '
74
74
75
75
- name : Install dependencies
76
76
working-directory : wrappers/python
You can’t perform that action at this time.
0 commit comments