Commit 0fd042d
ci: trim test matrix to Linux full × macOS/Windows newest
The `test` job existed as a fast-feedback stage ahead of
`build-wheels`, which runs cibuildwheel on every (Python × OS)
combination. Running the full 3 × 4 matrix in `test` as well
just re-finds the same issues in parallel.
Now: full Python 3.11–3.14 matrix on Linux (where most contributors
develop), plus 3.14-only smoke tests on macOS and Windows — still
exercising the `libomp` install (macOS) and MSVC activation
(Windows) steps, since those gate on `runner.os` not the Python
version. Cibuildwheel remains the comprehensive backstop for ABI
and build regressions on older Pythons across all three OSes.
Same trim already applied to pylu (f73df0e) and pydgq (008da1b).
Landing now that 1.0.0 is out; will ship in 1.0.1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c85f14e commit 0fd042d
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
49 | 64 | | |
50 | 65 | | |
51 | 66 | | |
| |||
0 commit comments