We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a07d1b commit efc014dCopy full SHA for efc014d
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
16
python-version: ['3.11', '3.12', '3.13']
17
defaults:
18
run:
0 commit comments