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 9d2739c commit da5c8dfCopy full SHA for da5c8df
.github/workflows/run_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest] # TODO: Add windows-latest after python-magic is fixed
20
python-version:
21
- '3.11'
22
- '3.10'
0 commit comments