Commit ae48949
committed
ci: scope pre-3.11 x86 exclude to windows-latest only
Partial revert of 5ec3877. The maturin/cryptography sdist-build issue
is Windows-specific (no cp38/cp39/cp310 win32 wheel and an x86_64-only
host Rust toolchain). On Linux and macOS x86 — if those cells are ever
re-enabled — the package would either use a Linux/macOS wheel or a
sdist build that doesn't have this architecture-mismatch failure mode.
Re-add `os: windows-latest` to each of the three pre-3.11 x86 excludes
so the rule expresses what it actually means. Effective coverage today
is unchanged (non-Windows x86 is still excluded by the existing
(os, architecture) rules above), but the intent is now correct if those
blanket excludes are ever lifted.1 parent 5ec3877 commit ae48949
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments