We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e836461 commit cc01062Copy full SHA for cc01062
1 file changed
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- os: [ubuntu-latest, macos-15-arm64, macos-15-intel, windows-latest]
+ os: [ubuntu-latest, macos-15-arm64, macos-15-intel]
38
python-version: ["3.11", "3.12", "3.13", "3.14"]
39
runs-on: ${{ matrix.os }}
40
steps:
0 commit comments