|
47 | 47 | strategy: |
48 | 48 | fail-fast: false |
49 | 49 | matrix: |
50 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 50 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
51 | 51 | runs-on: macos-latest |
52 | 52 | steps: |
53 | 53 | - name: Checkout repository |
|
94 | 94 | strategy: |
95 | 95 | fail-fast: false |
96 | 96 | matrix: |
97 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 97 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
98 | 98 | runs-on: windows-latest |
99 | 99 | steps: |
100 | 100 | - name: Checkout repository |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | strategy: |
138 | 138 | fail-fast: false |
139 | 139 | matrix: |
140 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 140 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
141 | 141 | target: [x86_64, aarch64] |
142 | 142 | runs-on: ubuntu-latest |
143 | 143 | steps: |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | strategy: |
182 | 182 | fail-fast: false |
183 | 183 | matrix: |
184 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 184 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
185 | 185 | target: [x86_64-unknown-linux-musl, aarch64-unknown-linux-musl] |
186 | 186 | runs-on: ubuntu-latest |
187 | 187 | steps: |
|
0 commit comments