| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,15 +23,18 @@ jobs: | |||
| 23 | 23 | matrix: | |
| 24 | 24 | os: | |
| 25 | 25 | [ | |
| 26 | - ubuntu-latest, | ||
| 27 | 26 | ubuntu-22.04, | |
| 27 | + ubuntu-latest, | ||
| 28 | 28 | ubuntu-24.04-arm, | |
| 29 | - ubuntu-22.04-arm, | ||
| 30 | 29 | windows-latest, | |
| 31 | - macos-latest, | ||
| 32 | - macos-15-intel | ||
| 30 | + windows-11-arm, | ||
| 31 | + macos-15-intel, | ||
| 32 | + macos-latest | ||
| 33 | 33 | ] | |
| 34 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 34 | + python-version: [3.13.14t, 3.14.6t] | ||
| 35 | + exclude: | ||
| 36 | + - os: windows-11-arm | ||
| 37 | + python-version: 3.13.14t | ||
| 35 | 38 | steps: | |
| 36 | 39 | - uses: actions/checkout@v6 | |
| 37 | 40 | - name: Setup Python | |
@@ -50,15 +53,18 @@ jobs: | |||
| 50 | 53 | matrix: | |
| 51 | 54 | os: | |
| 52 | 55 | [ | |
| 56 | + ubuntu-22.04, | ||
| 53 | 57 | ubuntu-latest, | |
| 54 | 58 | ubuntu-24.04-arm, | |
| 55 | - ubuntu-22.04, | ||
| 56 | - ubuntu-22.04-arm, | ||
| 57 | 59 | windows-latest, | |
| 58 | - macos-latest, | ||
| 59 | - macos-15-intel | ||
| 60 | + windows-11-arm, | ||
| 61 | + macos-15-intel, | ||
| 62 | + macos-latest | ||
| 60 | 63 | ] | |
| 61 | - python-version: [3.13.1t, 3.13.2t, 3.13.5t] | ||
| 64 | + python-version: [3.13.14t, 3.14.6t] | ||
| 65 | + exclude: | ||
| 66 | + - os: windows-11-arm | ||
| 67 | + python-version: 3.13.14t | ||
| 62 | 68 | steps: | |
| 63 | 69 | - uses: actions/checkout@v6 | |
| 64 | 70 | - name: Setup Python | |
@@ -90,15 +96,15 @@ jobs: | |||
| 90 | 96 | matrix: | |
| 91 | 97 | os: | |
| 92 | 98 | [ | |
| 93 | - ubuntu-latest, | ||
| 94 | 99 | ubuntu-22.04, | |
| 100 | + ubuntu-latest, | ||
| 95 | 101 | ubuntu-24.04-arm, | |
| 96 | - ubuntu-22.04-arm, | ||
| 97 | 102 | windows-latest, | |
| 98 | - macos-latest, | ||
| 99 | - macos-15-intel | ||
| 103 | + windows-11-arm, | ||
| 104 | + macos-15-intel, | ||
| 105 | + macos-latest | ||
| 100 | 106 | ] | |
| 101 | - python-version: [3.13.0, 3.13.1, 3.13.2] | ||
| 107 | + python-version: [3.13.14, 3.14.6] | ||
| 102 | 108 | steps: | |
| 103 | 109 | - uses: actions/checkout@v6 | |
| 104 | 110 | - name: Install poetry | |
@@ -122,15 +128,18 @@ jobs: | |||
| 122 | 128 | matrix: | |
| 123 | 129 | os: | |
| 124 | 130 | [ | |
| 125 | - ubuntu-latest, | ||
| 126 | 131 | ubuntu-22.04, | |
| 132 | + ubuntu-latest, | ||
| 127 | 133 | ubuntu-24.04-arm, | |
| 128 | - ubuntu-22.04-arm, | ||
| 129 | 134 | windows-latest, | |
| 130 | - macos-latest, | ||
| 131 | - macos-15-intel | ||
| 135 | + windows-11-arm, | ||
| 136 | + macos-15-intel, | ||
| 137 | + macos-latest | ||
| 132 | 138 | ] | |
| 133 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 139 | + python-version: [3.13.14t, 3.14.6t] | ||
| 140 | + exclude: | ||
| 141 | + - os: windows-11-arm | ||
| 142 | + python-version: 3.13.14t | ||
| 134 | 143 | steps: | |
| 135 | 144 | - uses: actions/checkout@v6 | |
| 136 | 145 | - name: Setup Python | |
@@ -150,15 +159,18 @@ jobs: | |||
| 150 | 159 | matrix: | |
| 151 | 160 | os: | |
| 152 | 161 | [ | |
| 153 | - ubuntu-latest, | ||
| 154 | 162 | ubuntu-22.04, | |
| 163 | + ubuntu-latest, | ||
| 155 | 164 | ubuntu-24.04-arm, | |
| 156 | - ubuntu-22.04-arm, | ||
| 157 | 165 | windows-latest, | |
| 158 | - macos-latest, | ||
| 159 | - macos-15-intel | ||
| 166 | + windows-11-arm, | ||
| 167 | + macos-15-intel, | ||
| 168 | + macos-latest | ||
| 160 | 169 | ] | |
| 161 | - python-version: [3.13.1t, 3.13.2t, 3.13.5t] | ||
| 170 | + python-version: [3.13.14t, 3.14.6t] | ||
| 171 | + exclude: | ||
| 172 | + - os: windows-11-arm | ||
| 173 | + python-version: 3.13.14t | ||
| 162 | 174 | steps: | |
| 163 | 175 | - uses: actions/checkout@v6 | |
| 164 | 176 | - name: Setup Python | |
@@ -191,15 +203,18 @@ jobs: | |||
| 191 | 203 | matrix: | |
| 192 | 204 | os: | |
| 193 | 205 | [ | |
| 194 | - ubuntu-latest, | ||
| 195 | 206 | ubuntu-22.04, | |
| 207 | + ubuntu-latest, | ||
| 196 | 208 | ubuntu-24.04-arm, | |
| 197 | - ubuntu-22.04-arm, | ||
| 198 | 209 | windows-latest, | |
| 199 | - macos-latest, | ||
| 200 | - macos-15-intel | ||
| 210 | + windows-11-arm, | ||
| 211 | + macos-15-intel, | ||
| 212 | + macos-latest | ||
| 201 | 213 | ] | |
| 202 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 214 | + python-version: [3.13.14t, 3.14.6t] | ||
| 215 | + exclude: | ||
| 216 | + - os: windows-11-arm | ||
| 217 | + python-version: 3.13.14t | ||
| 203 | 218 | steps: | |
| 204 | 219 | - uses: actions/checkout@v6 | |
| 205 | 220 | - name: Setup Python | |
@@ -219,15 +234,18 @@ jobs: | |||
| 219 | 234 | matrix: | |
| 220 | 235 | os: | |
| 221 | 236 | [ | |
| 222 | - ubuntu-latest, | ||
| 223 | 237 | ubuntu-22.04, | |
| 238 | + ubuntu-latest, | ||
| 224 | 239 | ubuntu-24.04-arm, | |
| 225 | - ubuntu-22.04-arm, | ||
| 226 | 240 | windows-latest, | |
| 227 | - macos-latest, | ||
| 228 | - macos-15-intel | ||
| 241 | + windows-11-arm, | ||
| 242 | + macos-15-intel, | ||
| 243 | + macos-latest | ||
| 229 | 244 | ] | |
| 230 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 245 | + python-version: [3.13.14t, 3.14.6t] | ||
| 246 | + exclude: | ||
| 247 | + - os: windows-11-arm | ||
| 248 | + python-version: 3.13.14t | ||
| 231 | 249 | steps: | |
| 232 | 250 | - uses: actions/checkout@v6 | |
| 233 | 251 | - name: Setup Python | |
@@ -248,15 +266,18 @@ jobs: | |||
| 248 | 266 | matrix: | |
| 249 | 267 | os: | |
| 250 | 268 | [ | |
| 251 | - ubuntu-latest, | ||
| 252 | 269 | ubuntu-22.04, | |
| 270 | + ubuntu-latest, | ||
| 253 | 271 | ubuntu-24.04-arm, | |
| 254 | - ubuntu-22.04-arm, | ||
| 255 | 272 | windows-latest, | |
| 256 | - macos-latest, | ||
| 257 | - macos-15-intel | ||
| 273 | + windows-11-arm, | ||
| 274 | + macos-15-intel, | ||
| 275 | + macos-latest | ||
| 258 | 276 | ] | |
| 259 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 277 | + python-version: [3.13.14t, 3.14.6t] | ||
| 278 | + exclude: | ||
| 279 | + - os: windows-11-arm | ||
| 280 | + python-version: 3.13.14t | ||
| 260 | 281 | steps: | |
| 261 | 282 | - uses: actions/checkout@v6 | |
| 262 | 283 | - name: Setup Python | |
@@ -274,15 +295,18 @@ jobs: | |||
| 274 | 295 | matrix: | |
| 275 | 296 | os: | |
| 276 | 297 | [ | |
| 277 | - ubuntu-latest, | ||
| 278 | 298 | ubuntu-22.04, | |
| 299 | + ubuntu-latest, | ||
| 279 | 300 | ubuntu-24.04-arm, | |
| 280 | - ubuntu-22.04-arm, | ||
| 281 | 301 | windows-latest, | |
| 282 | - macos-latest, | ||
| 283 | - macos-15-intel | ||
| 302 | + windows-11-arm, | ||
| 303 | + macos-15-intel, | ||
| 304 | + macos-latest | ||
| 284 | 305 | ] | |
| 285 | - python-version: [3.13.0t, 3.13.1t, 3.13.2t] | ||
| 306 | + python-version: [3.13.14t, 3.14.6t] | ||
| 307 | + exclude: | ||
| 308 | + - os: windows-11-arm | ||
| 309 | + python-version: 3.13.14t | ||
| 286 | 310 | steps: | |
| 287 | 311 | - uses: actions/checkout@v6 | |
| 288 | 312 | - name: Setup Python | |
| Back | FazBrowse Home | New Git URL |
0 commit comments