Skip to content

Commit 92875fe

Browse files
authored
Add additional OSes to the CI matrix
1 parent 3f3661b commit 92875fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- python: "3.11"
20-
os: ubuntu-latest
21-
- python: "3.12"
22-
os: macos-latest
23-
- python: "3.13"
24-
os: windows-latest
19+
- { python: "3.9", os: ubuntu-22.04 }
20+
- { python: "3.10", os: windows-2022 }
21+
- { python: "3.11", os: macos-latest }
22+
- { python: "3.12", os: windows-latest }
23+
- { python: "3.13", os: ubuntu-latest }
2524

2625
steps:
2726
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)