File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
161163check/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
166170check/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
171177check/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
176184check/deployed-native/macos/arm/3.9 :
177185 extends :
You can’t perform that action at this time.
0 commit comments