Skip to content

Commit 47ca45f

Browse files
authored
Merge pull request #1121 from etal/ci/trim-test-matrix
CI: trim test matrix to 3.14 (Linux+macOS) and 3.12-macOS
2 parents cb33f1f + 196b30e commit 47ca45f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests-tox.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- {name: '3.14', python: '3.14', os: ubuntu-latest, tox: py314}
24-
- {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313}
25-
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
24+
- {name: '3.14-MacOS', python: '3.14', os: macos-latest, tox: py314}
2625
- {name: '3.12-MacOS', python: '3.12', os: macos-latest, tox: py312}
2726
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
2827
- {name: '3.11-min', python: '3.11', os: ubuntu-latest, tox: "py311-min"}

0 commit comments

Comments
 (0)