@@ -258,21 +258,29 @@ check/native-from-sources/macos/x86_64/3.7:
258258 extends :
259259 - .check/native-from-sources/macos/x86_64
260260 - .python3.7
261+ variables :
262+ PYENV_VERSION : 3.7.13
261263
262264check/native-from-sources/macos/x86_64/3.8 :
263265 extends :
264266 - .check/native-from-sources/macos/x86_64
265267 - .python3.8
268+ variables :
269+ PYENV_VERSION : 3.8.13
266270
267271check/native-from-sources/macos/x86_64/3.9 :
268272 extends :
269273 - .check/native-from-sources/macos/x86_64
270274 - .python3.9
275+ variables :
276+ PYENV_VERSION : 3.9.13
271277
272278check/native-from-sources/macos/x86_64/3.10 :
273279 extends :
274280 - .check/native-from-sources/macos/x86_64
275281 - .python3.10
282+ variables :
283+ PYENV_VERSION : 3.10.6
276284
277285check/native-from-sources/macos/arm/3.9 :
278286 extends :
@@ -352,21 +360,29 @@ check/downstream/macos/x86_64/3.7:
352360 extends :
353361 - .check/downstream/macos/x86_64
354362 - .python3.7
363+ variables :
364+ PYENV_VERSION : 3.7.13
355365
356366check/downstream/macos/x86_64/3.8 :
357367 extends :
358368 - .check/downstream/macos/x86_64
359369 - .python3.8
370+ variables :
371+ PYENV_VERSION : 3.8.13
360372
361373check/downstream/macos/x86_64/3.9 :
362374 extends :
363375 - .check/downstream/macos/x86_64
364376 - .python3.9
377+ variables :
378+ PYENV_VERSION : 3.9.13
365379
366380check/downstream/macos/x86_64/3.10 :
367381 extends :
368382 - .check/downstream/macos/x86_64
369383 - .python3.10
384+ variables :
385+ PYENV_VERSION : 3.10.6
370386
371387check/downstream/macos/arm/3.9 :
372388 extends :
@@ -470,21 +486,29 @@ build-wheel/macos/x86_64/3.7:
470486 extends :
471487 - .build-wheel/macos/x86_64
472488 - .python3.7
489+ variables :
490+ PYENV_VERSION : 3.7.13
473491
474492build-wheel/macos/x86_64/3.8 :
475493 extends :
476494 - .build-wheel/macos/x86_64
477495 - .python3.8
496+ variables :
497+ PYENV_VERSION : 3.8.13
478498
479499build-wheel/macos/x86_64/3.9 :
480500 extends :
481501 - .build-wheel/macos/x86_64
482502 - .python3.9
503+ variables :
504+ PYENV_VERSION : 3.9.13
483505
484506build-wheel/macos/x86_64/3.10 :
485507 extends :
486508 - .build-wheel/macos/x86_64
487509 - .python3.10
510+ variables :
511+ PYENV_VERSION : 3.10.6
488512
489513build-wheel/macos/arm/3.9 :
490514 extends :
0 commit comments