Skip to content

Commit 6eb4613

Browse files
committed
fix test
1 parent e912894 commit 6eb4613

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/tests.yml

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

2027
steps:
2128
- name: Checkout code

0 commit comments

Comments
 (0)