|
19 | 19 | python-version: '3.13' |
20 | 20 |
|
21 | 21 | - run: python -m pip install -U pip wheel setuptools |
22 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 22 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
23 | 23 |
|
24 | 24 | - id: set-matrix |
25 | 25 | run: | |
|
47 | 47 | python-version: '3.13' |
48 | 48 |
|
49 | 49 | - run: python -m pip install -U pip wheel setuptools |
50 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 50 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
51 | 51 |
|
52 | 52 | - id: set-matrix |
53 | 53 | run: | |
|
75 | 75 | python-version: '3.13' |
76 | 76 |
|
77 | 77 | - run: python -m pip install -U pip wheel setuptools |
78 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 78 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
79 | 79 |
|
80 | 80 | - id: set-matrix |
81 | 81 | run: | |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 |
|
121 | 121 | - run: python -m pip install -U pip wheel setuptools |
122 | 122 | - run: python -m pip install -Ur requirements-dev.txt |
123 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 123 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
124 | 124 |
|
125 | 125 | - run: make prepare |
126 | 126 |
|
@@ -165,7 +165,7 @@ jobs: |
165 | 165 |
|
166 | 166 | - run: python -m pip install -U pip wheel setuptools |
167 | 167 | - run: python -m pip install -Ur requirements-dev.txt |
168 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 168 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
169 | 169 |
|
170 | 170 | - run: make prepare |
171 | 171 |
|
@@ -210,7 +210,7 @@ jobs: |
210 | 210 |
|
211 | 211 | - run: python -m pip install -U pip wheel setuptools |
212 | 212 | - run: python -m pip install -Ur requirements-dev.txt |
213 | | - - run: python -m pip install -U 'cibuildwheel==2.*' |
| 213 | + - run: python -m pip install -U 'cibuildwheel==3.*' |
214 | 214 |
|
215 | 215 | - run: make prepare |
216 | 216 |
|
|
0 commit comments