Skip to content

Commit 184140d

Browse files
committed
Update ci.yaml
1 parent 65e948d commit 184140d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-latest, macos-13]
11-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10+
os: [ubuntu-20.04, ubuntu-22.04, windows-latest]
11+
python-version: ["3.9""3.12"]
1212

1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)