Skip to content

Commit 9bc9240

Browse files
committed
Clean up
1 parent e83932a commit 9bc9240

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,9 @@ jobs:
1919
exclude:
2020
# only test Python 3.9 and 3.13 for MacOS and Windows
2121
- os: macos-latest
22-
python-version: '3.10'
23-
- os: macos-latest
24-
python-version: '3.11'
25-
- os: macos-latest
26-
python-version: '3.12'
27-
- os: windows-latest
28-
python-version: '3.10'
29-
- os: windows-latest
30-
python-version: '3.11'
22+
python-version: ['3.10', '3.11', '3.12']
3123
- os: windows-latest
32-
python-version: '3.12'
24+
python-version: ['3.10', '3.11', '3.12']
3325
runs-on: ${{ matrix.os }}
3426
steps:
3527
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)