File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,77 +21,66 @@ jobs:
2121 matrix :
2222 include :
2323 # Linux 64 bit manylinux
24- - os : ubuntu-latest
25- arch : x86_64
26- python : 39
27- builder : manylinux
28- - os : ubuntu-latest
29- arch : x86_64
30- python : 310
31- builder : manylinux
32- - os : ubuntu-latest
33- arch : x86_64
34- python : 311
35- builder : manylinux
36- - os : ubuntu-latest
37- arch : x86_64
38- python : 312
39- builder : manylinux
4024 # - os: ubuntu-latest
4125 # arch: x86_64
42- # python: 313
26+ # python: 310
4327 # builder: manylinux
44-
45- # MacOS x86_64. The macos-13 runner is the last
46- # Intel-based runner version. At some point we'll
47- # need to switch to macos-14 and test cross compiling.
48- - os : macos-13
49- arch : x86_64
50- python : 39
51- builder : macosx
52- deploy : 13.0
53- - os : macos-13
54- arch : x86_64
55- python : 310
56- builder : macosx
57- deploy : 13.0
58- - os : macos-13
59- arch : x86_64
60- python : 311
61- builder : macosx
62- deploy : 13.0
63- - os : macos-13
28+ # - os: ubuntu-latest
29+ # arch: x86_64
30+ # python: 311
31+ # builder: manylinux
32+ # - os: ubuntu-latest
33+ # arch: x86_64
34+ # python: 312
35+ # builder: manylinux
36+ - os : ubuntu-latest
6437 arch : x86_64
65- python : 312
66- builder : macosx
67- deploy : 13.0
68- # - os: macos-13
38+ python : 313
39+ builder : manylinux
40+
41+ # MacOS x86_64.
42+ # - os: macos-15-intel
43+ # arch: x86_64
44+ # python: 310
45+ # builder: macosx
46+ # deploy: 15.0
47+ # - os: macos-15-intel
48+ # arch: x86_64
49+ # python: 311
50+ # builder: macosx
51+ # deploy: 15.0
52+ # - os: macos-15-intel
6953 # arch: x86_64
70- # python: 313
54+ # python: 312
7155 # builder: macosx
72- # deploy: 13.0
56+ # deploy: 15.0
57+ - os : macos-15-intel
58+ arch : x86_64
59+ python : 313
60+ builder : macosx
61+ deploy : 15.0
7362
7463 # MacOS arm64
75- - os : macos-14
76- arch : arm64
77- python : 310
78- builder : macosx
79- deploy : 14.0
80- - os : macos-14
81- arch : arm64
82- python : 311
83- builder : macosx
84- deploy : 14.0
85- - os : macos-14
86- arch : arm64
87- python : 312
88- builder : macosx
89- deploy : 14.0
90- # - os: macos-latest
64+ # - os: macos-15
9165 # arch: arm64
92- # python: 313
66+ # python: 310
9367 # builder: macosx
94- # deploy: 14.0
68+ # deploy: 15.0
69+ # - os: macos-15
70+ # arch: arm64
71+ # python: 311
72+ # builder: macosx
73+ # deploy: 15.0
74+ # - os: macos-15
75+ # arch: arm64
76+ # python: 312
77+ # builder: macosx
78+ # deploy: 15.0
79+ - os : macos-15
80+ arch : arm64
81+ python : 313
82+ builder : macosx
83+ deploy : 15.0
9584 env :
9685 CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
9786 CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.builder }}_2_28
@@ -138,7 +127,7 @@ jobs:
138127
139128 - name : Install cibuildwheel
140129 run : |
141- python -m pip install cibuildwheel==2.23.3
130+ python -m pip install cibuildwheel==3.3.0
142131
143132 - name : Build wheel
144133 run : |
You can’t perform that action at this time.
0 commit comments