File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set up Python
31
31
uses : actions/setup-python@v5
32
32
with :
33
- python-version : ' 3.8 '
33
+ python-version : ' 3.9 '
34
34
- name : Upgrade and install tools
35
35
run : |
36
36
python -m pip install -U uv
60
60
- name : Setup up Python
61
61
uses : actions/setup-python@v5
62
62
with :
63
- python-version : ' 3.8 '
63
+ python-version : ' 3.9 '
64
64
- name : Upgrade and install tools
65
65
run : |
66
66
python -m pip install -U uv
85
85
macos-13,
86
86
windows-latest,
87
87
]
88
- python-version : ["3.8 "]
88
+ python-version : ["3.9 "]
89
89
cloud-provider : [
90
90
aws,
91
91
azure,
@@ -134,7 +134,7 @@ jobs:
134
134
macos-13,
135
135
windows-latest,
136
136
]
137
- python-version : ["3.8 "]
137
+ python-version : ["3.9 "]
138
138
cloud-provider : [
139
139
aws,
140
140
azure,
@@ -180,7 +180,7 @@ jobs:
180
180
macos-13,
181
181
windows-latest,
182
182
]
183
- python-version : ["3.8 "]
183
+ python-version : ["3.9 "]
184
184
cloud-provider : [
185
185
aws,
186
186
azure,
@@ -229,7 +229,7 @@ jobs:
229
229
macos-13,
230
230
windows-latest,
231
231
]
232
- python-version : ["3.8 "]
232
+ python-version : ["3.9 "]
233
233
cloud-provider : [
234
234
aws,
235
235
azure,
@@ -272,7 +272,7 @@ jobs:
272
272
- name : Set up Python
273
273
uses : actions/setup-python@v5
274
274
with :
275
- python-version : " 3.8 "
275
+ python-version : " 3.9 "
276
276
- name : Prepare environment
277
277
run : |
278
278
python -m pip install -U uv
You can’t perform that action at this time.
0 commit comments