|
20 | 20 | python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
|
21 | 21 | os: [ubuntu-latest, windows-latest, macOS-latest]
|
22 | 22 | exclude:
|
| 23 | + - python-version: ${{ github.event.pull_request.draft && '3.12' }} |
23 | 24 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
24 | 25 | - python-version: ${{ github.event.pull_request.draft && '3.10' }}
|
25 | 26 | - python-version: ${{ github.event.pull_request.draft && '3.9' }}
|
@@ -110,6 +111,7 @@ jobs:
|
110 | 111 | python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
|
111 | 112 | browser: ["chromium", "firefox", "webkit"]
|
112 | 113 | exclude:
|
| 114 | + - python-version: ${{ github.event.pull_request.draft && '3.12' }} |
113 | 115 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
114 | 116 | - python-version: ${{ github.event.pull_request.draft && '3.10' }}
|
115 | 117 | - python-version: ${{ github.event.pull_request.draft && '3.9' }}
|
@@ -158,6 +160,7 @@ jobs:
|
158 | 160 | python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
|
159 | 161 | browser: ["chromium", "firefox", "webkit"]
|
160 | 162 | exclude:
|
| 163 | + - python-version: ${{ github.event.pull_request.draft && '3.12' }} |
161 | 164 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
162 | 165 | - python-version: ${{ github.event.pull_request.draft && '3.10' }}
|
163 | 166 | - python-version: ${{ github.event.pull_request.draft && '3.9' }}
|
@@ -219,9 +222,10 @@ jobs:
|
219 | 222 | runs-on: ubuntu-latest
|
220 | 223 | strategy:
|
221 | 224 | matrix:
|
222 |
| - python-version: ["3.12", "3.11", "3.10", "3.9"] |
| 225 | + python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"] |
223 | 226 | browser: ["chromium", "firefox", "webkit"]
|
224 | 227 | exclude:
|
| 228 | + - python-version: ${{ github.event.pull_request.draft && '3.12' }} |
225 | 229 | - python-version: ${{ github.event.pull_request.draft && '3.11' }}
|
226 | 230 | - python-version: ${{ github.event.pull_request.draft && '3.10' }}
|
227 | 231 | - python-version: ${{ github.event.pull_request.draft && '3.9' }}
|
|
0 commit comments