Skip to content

Commit 2fd1ddd

Browse files
committed
Merge branch 'jul/bump-python' into 'master'
maint(version): bump python patch versions See merge request TankerHQ/sdk-python!260
2 parents 8f61ac7 + 7933bdc commit 2fd1ddd

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ stages:
6262

6363
.python3.7:
6464
variables:
65-
PYENV_VERSION: 3.7.13
65+
PYENV_VERSION: 3.7.15
6666

6767
.python3.8:
6868
variables:
69-
PYENV_VERSION: 3.8.13
69+
PYENV_VERSION: 3.8.15
7070

7171
.python3.9:
7272
variables:
73-
PYENV_VERSION: 3.9.13
73+
PYENV_VERSION: 3.9.15
7474

7575
.python3.10:
7676
variables:
77-
PYENV_VERSION: 3.10.6
77+
PYENV_VERSION: 3.10.8
7878

7979
#############################
8080
# Default settings override #
@@ -157,21 +157,29 @@ check/deployed-native/macos/x86_64/3.7:
157157
extends:
158158
- .check/deployed-native/macos/x86_64
159159
- .python3.7
160+
variables:
161+
PYENV_VERSION: 3.7.13
160162

161163
check/deployed-native/macos/x86_64/3.8:
162164
extends:
163165
- .check/deployed-native/macos/x86_64
164166
- .python3.8
167+
variables:
168+
PYENV_VERSION: 3.8.13
165169

166170
check/deployed-native/macos/x86_64/3.9:
167171
extends:
168172
- .check/deployed-native/macos/x86_64
169173
- .python3.9
174+
variables:
175+
PYENV_VERSION: 3.9.13
170176

171177
check/deployed-native/macos/x86_64/3.10:
172178
extends:
173179
- .check/deployed-native/macos/x86_64
174180
- .python3.10
181+
variables:
182+
PYENV_VERSION: 3.10.6
175183

176184
check/deployed-native/macos/arm/3.9:
177185
extends:

0 commit comments

Comments
 (0)