Skip to content

Commit a24779c

Browse files
committed
Run tests on all non-deprecated / supported OS versions and Python versions
1 parent c061ebf commit a24779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-13, windows-2022, ubuntu-24.04]
16-
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
15+
os: [ubuntu-24.04, ubuntu-22.04, macos-14, macos-15, macos-15-intel, windows-2022, windows-2025]
16+
python: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
1717

1818
steps:
1919
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)