We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86ff6 commit 83639cbCopy full SHA for 83639cb
.github/workflows/pytest.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
20
- os: [ubuntu-22.04, ubuntu-24.04]
+ os: [ubuntu-22.04, ubuntu-24.04, windows-2022]
21
runs-on: ${{ matrix.os }}
22
23
steps:
0 commit comments