We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfaa913 commit 5c05395Copy full SHA for 5c05395
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
36
python-version: ["3.9", "3.10", "3.11", "3.12"]
37
38
upload_coverage:
0 commit comments