Skip to content

Commit 24ae86e

Browse files
committed
ci: minimal platform targets
1 parent b08498a commit 24ae86e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
18-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
17+
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
18+
python-version: ["3.9", "3.13"]
19+
20+
include:
21+
- os: ubuntu-latest
22+
python-version: "3.10"
23+
- os: ubuntu-latest
24+
python-version: "3.11"
25+
- os: ubuntu-latest
26+
python-version: "3.12"
1927

2028
runs-on: ${{ matrix.os }}
2129

0 commit comments

Comments
 (0)