|
29 | 29 | - name: Set up Python |
30 | 30 | uses: actions/setup-python@v5 |
31 | 31 | with: |
32 | | - python-version: "3.8" |
| 32 | + python-version: "3.14" |
33 | 33 | - name: Upgrade and install tools |
34 | 34 | run: | |
35 | 35 | python -m pip install -U uv |
|
59 | 59 | - name: Setup up Python |
60 | 60 | uses: actions/setup-python@v5 |
61 | 61 | with: |
62 | | - python-version: "3.8" |
| 62 | + python-version: "3.14" |
63 | 63 | - name: Upgrade and install tools |
64 | 64 | run: | |
65 | 65 | python -m pip install -U uv |
|
80 | 80 | fail-fast: false |
81 | 81 | matrix: |
82 | 82 | os: [ubuntu-latest, macos-13, windows-latest] |
83 | | - python-version: ["3.8"] |
| 83 | + python-version: ["3.14"] |
84 | 84 | cloud-provider: [aws, azure, gcp] |
85 | 85 | steps: |
86 | 86 | - uses: actions/checkout@v4 |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | fail-fast: false |
126 | 126 | matrix: |
127 | 127 | os: [ubuntu-latest, macos-13, windows-latest] |
128 | | - python-version: ["3.8"] |
| 128 | + python-version: ["3.14"] |
129 | 129 | cloud-provider: [aws, azure, gcp] |
130 | 130 | steps: |
131 | 131 | - uses: actions/checkout@v4 |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | fail-fast: false |
168 | 168 | matrix: |
169 | 169 | os: [ubuntu-latest, macos-13, windows-latest] |
170 | | - python-version: ["3.8"] |
| 170 | + python-version: ["3.14"] |
171 | 171 | cloud-provider: [aws, azure, gcp] |
172 | 172 | steps: |
173 | 173 | - uses: actions/checkout@v4 |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | fail-fast: false |
213 | 213 | matrix: |
214 | 214 | os: [ubuntu-latest, macos-13, windows-latest] |
215 | | - python-version: ["3.8"] |
| 215 | + python-version: ["3.14"] |
216 | 216 | cloud-provider: [aws, azure, gcp] |
217 | 217 | steps: |
218 | 218 | - uses: actions/checkout@v4 |
@@ -261,7 +261,7 @@ jobs: |
261 | 261 | - name: Set up Python |
262 | 262 | uses: actions/setup-python@v5 |
263 | 263 | with: |
264 | | - python-version: "3.8" |
| 264 | + python-version: "3.14" |
265 | 265 | - name: Prepare environment |
266 | 266 | run: | |
267 | 267 | python -m pip install -U uv |
|
0 commit comments