Skip to content

Commit ab714c8

Browse files
Update build test params
1 parent ec73631 commit ab714c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.8'
33+
python-version: '3.9'
3434
- name: Upgrade and install tools
3535
run: |
3636
python -m pip install -U uv
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup up Python
6161
uses: actions/setup-python@v5
6262
with:
63-
python-version: '3.8'
63+
python-version: '3.9'
6464
- name: Upgrade and install tools
6565
run: |
6666
python -m pip install -U uv
@@ -85,7 +85,7 @@ jobs:
8585
macos-13,
8686
windows-latest,
8787
]
88-
python-version: ["3.8"]
88+
python-version: ["3.9"]
8989
cloud-provider: [
9090
aws,
9191
azure,
@@ -134,7 +134,7 @@ jobs:
134134
macos-13,
135135
windows-latest,
136136
]
137-
python-version: ["3.8"]
137+
python-version: ["3.9"]
138138
cloud-provider: [
139139
aws,
140140
azure,
@@ -180,7 +180,7 @@ jobs:
180180
macos-13,
181181
windows-latest,
182182
]
183-
python-version: ["3.8"]
183+
python-version: ["3.9"]
184184
cloud-provider: [
185185
aws,
186186
azure,
@@ -229,7 +229,7 @@ jobs:
229229
macos-13,
230230
windows-latest,
231231
]
232-
python-version: ["3.8"]
232+
python-version: ["3.9"]
233233
cloud-provider: [
234234
aws,
235235
azure,
@@ -272,7 +272,7 @@ jobs:
272272
- name: Set up Python
273273
uses: actions/setup-python@v5
274274
with:
275-
python-version: "3.8"
275+
python-version: "3.9"
276276
- name: Prepare environment
277277
run: |
278278
python -m pip install -U uv

0 commit comments

Comments
 (0)