We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558dfed commit fc369e4Copy full SHA for fc369e4
.github/workflows/ci-testing.yml
@@ -22,11 +22,9 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: ["ubuntu-latest"]
+ os: ["ubuntu-latest", "macos-latest", "windows-latest"]
26
python-version: ["3.10", "3.11", "3.12"]
27
include:
28
- - { os: "macos-latest", python-version: "3.12" }
29
- - { os: "windows-latest", python-version: "3.11" }
30
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }
31
32
timeout-minutes: 35
0 commit comments