We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4296c9e commit 168f830Copy full SHA for 168f830
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: ["3.10", "3.11", "3.12", "3.13"]
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Checkout
0 commit comments