We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e465b commit aa8e893Copy full SHA for aa8e893
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
18
python: ["3.10", "3.11", "3.12"]
19
20
steps:
0 commit comments