We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21836d commit eef8a29Copy full SHA for eef8a29
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
mypy:
38
strategy:
39
matrix:
40
+ os: [ubuntu-latest, windows-latest]
41
python-version: ["3.8", "3.9", "3.10"]
42
runs-on: ubuntu-latest
43
steps:
0 commit comments