Skip to content

Commit 58e7ef3

Browse files
authored
[MNT] CI test matrix with unix, windows, and all supported python versions (#604)
Extends the test matrix to windows, Mac, and unix; and python to 3.10 to 3.14. Depends on #601 to ensure the tests actually run. #601 should be merged first.
1 parent f733dd0 commit 58e7ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest]
26-
python-version: ["3.10"]
25+
os: [ubuntu-latest, windows-latest] #macos-latest fails downloads, see #593
26+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2727

2828
steps:
2929
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)