@@ -258,21 +258,29 @@ check/native-from-sources/macos/x86_64/3.7:
258
258
extends :
259
259
- .check/native-from-sources/macos/x86_64
260
260
- .python3.7
261
+ variables :
262
+ PYENV_VERSION : 3.7.13
261
263
262
264
check/native-from-sources/macos/x86_64/3.8 :
263
265
extends :
264
266
- .check/native-from-sources/macos/x86_64
265
267
- .python3.8
268
+ variables :
269
+ PYENV_VERSION : 3.8.13
266
270
267
271
check/native-from-sources/macos/x86_64/3.9 :
268
272
extends :
269
273
- .check/native-from-sources/macos/x86_64
270
274
- .python3.9
275
+ variables :
276
+ PYENV_VERSION : 3.9.13
271
277
272
278
check/native-from-sources/macos/x86_64/3.10 :
273
279
extends :
274
280
- .check/native-from-sources/macos/x86_64
275
281
- .python3.10
282
+ variables :
283
+ PYENV_VERSION : 3.10.6
276
284
277
285
check/native-from-sources/macos/arm/3.9 :
278
286
extends :
@@ -352,21 +360,29 @@ check/downstream/macos/x86_64/3.7:
352
360
extends :
353
361
- .check/downstream/macos/x86_64
354
362
- .python3.7
363
+ variables :
364
+ PYENV_VERSION : 3.7.13
355
365
356
366
check/downstream/macos/x86_64/3.8 :
357
367
extends :
358
368
- .check/downstream/macos/x86_64
359
369
- .python3.8
370
+ variables :
371
+ PYENV_VERSION : 3.8.13
360
372
361
373
check/downstream/macos/x86_64/3.9 :
362
374
extends :
363
375
- .check/downstream/macos/x86_64
364
376
- .python3.9
377
+ variables :
378
+ PYENV_VERSION : 3.9.13
365
379
366
380
check/downstream/macos/x86_64/3.10 :
367
381
extends :
368
382
- .check/downstream/macos/x86_64
369
383
- .python3.10
384
+ variables :
385
+ PYENV_VERSION : 3.10.6
370
386
371
387
check/downstream/macos/arm/3.9 :
372
388
extends :
@@ -470,21 +486,29 @@ build-wheel/macos/x86_64/3.7:
470
486
extends :
471
487
- .build-wheel/macos/x86_64
472
488
- .python3.7
489
+ variables :
490
+ PYENV_VERSION : 3.7.13
473
491
474
492
build-wheel/macos/x86_64/3.8 :
475
493
extends :
476
494
- .build-wheel/macos/x86_64
477
495
- .python3.8
496
+ variables :
497
+ PYENV_VERSION : 3.8.13
478
498
479
499
build-wheel/macos/x86_64/3.9 :
480
500
extends :
481
501
- .build-wheel/macos/x86_64
482
502
- .python3.9
503
+ variables :
504
+ PYENV_VERSION : 3.9.13
483
505
484
506
build-wheel/macos/x86_64/3.10 :
485
507
extends :
486
508
- .build-wheel/macos/x86_64
487
509
- .python3.10
510
+ variables :
511
+ PYENV_VERSION : 3.10.6
488
512
489
513
build-wheel/macos/arm/3.9 :
490
514
extends :
0 commit comments