Skip to content

Commit 544612d

Browse files
committed
Merge branch 'jul/bump-python' into 'master'
fix(ci): fix macos x86 jobs See merge request TankerHQ/sdk-python!261
2 parents 2fd1ddd + c5a5c2d commit 544612d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitlab-ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

262264
check/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

267271
check/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

272278
check/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

277285
check/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

356366
check/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

361373
check/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

366380
check/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

371387
check/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

474492
build-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

479499
build-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

484506
build-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

489513
build-wheel/macos/arm/3.9:
490514
extends:

0 commit comments

Comments
 (0)