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 d0bf7fe commit 5bde861Copy full SHA for 5bde861
1 file changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
strategy:
81
fail-fast: false
82
matrix:
83
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest]
84
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
85
runs-on: ${{matrix.os}}
86
steps:
0 commit comments