|
80 | 80 | fail-fast: false |
81 | 81 | matrix: |
82 | 82 | os: [ubuntu-latest, windows-latest, macos-13] |
83 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 83 | + pythonVersion: ['3.9', '3.10', '3.11'] |
84 | 84 | defaults: |
85 | 85 | run: |
86 | 86 | shell: bash |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | fail-fast: false |
137 | 137 | matrix: |
138 | 138 | os: [ubuntu-latest, windows-latest, macos-13] |
139 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 139 | + pythonVersion: ['3.9', '3.10', '3.11'] |
140 | 140 | # snok/install-poetry need this to support Windows |
141 | 141 | defaults: |
142 | 142 | run: |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | fail-fast: false |
194 | 194 | matrix: |
195 | 195 | os: [ubuntu-latest, windows-latest, macos-13] |
196 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 196 | + pythonVersion: ['3.9', '3.10', '3.11'] |
197 | 197 | # snok/install-poetry need this to support Windows |
198 | 198 | defaults: |
199 | 199 | run: |
@@ -243,7 +243,7 @@ jobs: |
243 | 243 | fail-fast: false |
244 | 244 | matrix: |
245 | 245 | os: [ubuntu-latest, windows-latest, macos-13] |
246 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 246 | + pythonVersion: ['3.9', '3.10', '3.11'] |
247 | 247 | # snok/install-poetry need this to support Windows |
248 | 248 | defaults: |
249 | 249 | run: |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 | fail-fast: false |
302 | 302 | matrix: |
303 | 303 | os: [ubuntu-latest, windows-latest, macos-13] |
304 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 304 | + pythonVersion: ['3.9', '3.10', '3.11'] |
305 | 305 | env: |
306 | 306 | PROMPT_FLOW_TEST_MODE: "live" |
307 | 307 | WORKING_DIRECTORY: ${{ github.workspace }}/src/promptflow-azure |
@@ -368,7 +368,7 @@ jobs: |
368 | 368 | fail-fast: false |
369 | 369 | matrix: |
370 | 370 | os: [ubuntu-latest, windows-latest, macos-13] |
371 | | - pythonVersion: ['3.8', '3.9', '3.10', '3.11'] |
| 371 | + pythonVersion: ['3.9', '3.10', '3.11'] |
372 | 372 | runs-on: ${{ matrix.os }} |
373 | 373 | steps: |
374 | 374 | - name: checkout |
|
0 commit comments