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 ad0fdbe commit 8ca8cf7Copy full SHA for 8ca8cf7
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
15
#python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
16
python-version: ["3.10"]
17
0 commit comments