Skip to content

Commit cfe5e03

Browse files
committed
chore: expand testing platforms
1 parent 1e6177f commit cfe5e03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
testing:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest]
14-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14-dev']
13+
os: [ubuntu-latest, windows-latest, macos-latest]
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)