Skip to content

Commit 684f1ea

Browse files
committed
wip: last test with mac then we're removing it
1 parent 4c9cfc3 commit 684f1ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cross_platform_pytest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
14+
exclude:
15+
- os: macos-latest
16+
python-version: ["3.9", "3.10"]
1417

1518
steps:
1619
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)