Skip to content

Commit f80a293

Browse files
jhonabreulclaude
andcommitted
CI: restore full OS/Python test matrix
Reverts the temporary matrix reduction from ab11560 now that the Python test suite passes. Runs again across windows/ubuntu/macos and Python 3.8-3.11. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6011b71 commit f80a293

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
# TEMP (testing): reduced matrix to windows+ubuntu / py3.11 only.
22-
# Restore the full matrix below before merging.
23-
# os: [windows, ubuntu, macos]
24-
# python: ["3.8", "3.9", "3.10", "3.11"]
25-
os: [windows, ubuntu]
26-
python: ["3.11"]
21+
os: [windows, ubuntu, macos]
22+
python: ["3.8", "3.9", "3.10", "3.11"]
2723
platform: [x64, x86]
2824
exclude:
2925
- os: ubuntu

0 commit comments

Comments
 (0)