|
17 | 17 | strategy:
|
18 | 18 | matrix:
|
19 | 19 | # "3.10" must be a string; otherwise it is interpreted as 3.1.
|
20 |
| - python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] |
| 20 | + python-version: ["3.12", "3.11", "3.10", "3.9"] |
21 | 21 | os: [ubuntu-latest, windows-latest, macOS-latest]
|
22 | 22 | exclude:
|
23 | 23 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
@@ -108,7 +108,7 @@ jobs:
|
108 | 108 | runs-on: ubuntu-latest
|
109 | 109 | strategy:
|
110 | 110 | matrix:
|
111 |
| - python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] |
| 111 | + python-version: ["3.12", "3.11", "3.10", "3.9"] |
112 | 112 | browser: ["chromium", "firefox", "webkit"]
|
113 | 113 | exclude:
|
114 | 114 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
@@ -158,7 +158,7 @@ jobs:
|
158 | 158 | runs-on: ubuntu-20.04
|
159 | 159 | strategy:
|
160 | 160 | matrix:
|
161 |
| - python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] |
| 161 | + python-version: ["3.12", "3.11", "3.10", "3.9"] |
162 | 162 | browser: ["chromium", "firefox", "webkit"]
|
163 | 163 | exclude:
|
164 | 164 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
|
0 commit comments