@@ -101,10 +101,10 @@ jobs:
101101 manylinux : manylinux_2_28
102102 python : cp313-manylinux_x86_64
103103 arch : x86_64
104- # - build: CPython 3.14 64 bits manylinux_2_28
105- # manylinux: manylinux_2_28
106- # python: cp314-manylinux_x86_64
107- # arch: x86_64
104+ - build : CPython 3.14 64 bits manylinux_2_28
105+ manylinux : manylinux_2_28
106+ python : cp314-manylinux_x86_64
107+ arch : x86_64
108108 # -------------------------------------------------------------------
109109 # CPython 64 bits manylinux2014
110110 # -------------------------------------------------------------------
@@ -128,10 +128,10 @@ jobs:
128128 manylinux : manylinux2014
129129 python : cp313-manylinux_x86_64
130130 arch : x86_64
131- # - build: CPython 3.14 64 bits manylinux2014
132- # manylinux: manylinux2014
133- # python: cp314-manylinux_x86_64
134- # arch: x86_64
131+ - build : CPython 3.14 64 bits manylinux2014
132+ manylinux : manylinux2014
133+ python : cp314-manylinux_x86_64
134+ arch : x86_64
135135
136136 steps :
137137 - uses : actions/checkout@v4
@@ -142,7 +142,7 @@ jobs:
142142 python-version : ' 3.11'
143143
144144 - name : Build wheels
145- uses : pypa/cibuildwheel@v3.1.4
145+ uses : pypa/cibuildwheel@v3.3.0
146146 env :
147147 CIBW_BUILD : ${{ matrix.python }}
148148 CIBW_ARCHS : ${{ matrix.arch }}
@@ -190,10 +190,10 @@ jobs:
190190 manylinux : manylinux2014
191191 python : cp313-manylinux_aarch64
192192 arch : aarch64
193- # - build: CPython 3.14 ARM 64 bits manylinux2014
194- # manylinux: manylinux2014
195- # python: cp314-manylinux_aarch64
196- # arch: aarch64
193+ - build : CPython 3.14 ARM 64 bits manylinux2014
194+ manylinux : manylinux2014
195+ python : cp314-manylinux_aarch64
196+ arch : aarch64
197197
198198 steps :
199199 - uses : actions/checkout@v4
@@ -204,7 +204,7 @@ jobs:
204204 python-version : ' 3.11'
205205
206206 - name : Build wheels
207- uses : pypa/cibuildwheel@v3.1.4
207+ uses : pypa/cibuildwheel@v3.3.0
208208 env :
209209 CIBW_BUILD : ${{ matrix.python }}
210210 CIBW_ARCHS : ${{ matrix.arch }}
@@ -221,7 +221,7 @@ jobs:
221221
222222 macos :
223223 name : Build wheels on macOS
224- runs-on : macos-13
224+ runs-on : macos-15-intel
225225 # Don't run on OCIO forks
226226 if : |
227227 github.event_name != 'schedule' ||
@@ -247,9 +247,9 @@ jobs:
247247 - build : CPython 3.13 64 bits
248248 python : cp313-macosx_x86_64
249249 arch : x86_64
250- # - build: CPython 3.14 64 bits
251- # python: cp314-macosx_x86_64
252- # arch: x86_64
250+ - build : CPython 3.14 64 bits
251+ python : cp314-macosx_x86_64
252+ arch : x86_64
253253
254254 steps :
255255 - uses : actions/checkout@v4
@@ -264,7 +264,7 @@ jobs:
264264 brew uninstall --ignore-dependencies openexr imath || true
265265
266266 - name : Build wheels
267- uses : pypa/cibuildwheel@v3.1.4
267+ uses : pypa/cibuildwheel@v3.3.0
268268 env :
269269 CIBW_BUILD : ${{ matrix.python }}
270270 CIBW_ARCHS : ${{ matrix.arch }}
@@ -306,9 +306,9 @@ jobs:
306306 - build : CPython 3.13 ARM 64 bits
307307 python : cp313-macosx_arm64
308308 arch : arm64
309- # - build: CPython 3.14 ARM 64 bits
310- # python: cp314-macosx_arm64
311- # arch: arm64
309+ - build : CPython 3.14 ARM 64 bits
310+ python : cp314-macosx_arm64
311+ arch : arm64
312312
313313 steps :
314314 - uses : actions/checkout@v4
@@ -319,7 +319,7 @@ jobs:
319319 python-version : ' 3.11'
320320
321321 - name : Build wheels
322- uses : pypa/cibuildwheel@v3.1.4
322+ uses : pypa/cibuildwheel@v3.3.0
323323 env :
324324 CIBW_BUILD : ${{ matrix.python }}
325325 CIBW_ARCHS : ${{ matrix.arch }}
@@ -361,9 +361,9 @@ jobs:
361361 - build : CPython 3.13 64 bits
362362 python : cp313-win_amd64
363363 arch : AMD64
364- # - build: CPython 3.14 64 bits
365- # python: cp314-win_amd64
366- # arch: AMD64
364+ - build : CPython 3.14 64 bits
365+ python : cp314-win_amd64
366+ arch : AMD64
367367
368368 steps :
369369 - uses : actions/checkout@v4
@@ -374,7 +374,7 @@ jobs:
374374 python-version : ' 3.11'
375375
376376 - name : Build wheels
377- uses : pypa/cibuildwheel@v3.1.4
377+ uses : pypa/cibuildwheel@v3.3.0
378378 env :
379379 CIBW_BUILD : ${{ matrix.python }}
380380 CIBW_ARCHS : ${{ matrix.arch }}
0 commit comments