Skip to content

Commit

Permalink
fix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 13, 2024
1 parent 3b85cd5 commit 2a2ba8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- ubuntu-latest
- macos-latest
exclude:
- python: py313
- python: '3.13'
platform: macos-latest
steps:
- name: "🛒 Checkout"
Expand Down
2 changes: 1 addition & 1 deletion workflows/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const test_matrix = {
matrix: {
python: PYTHONS,
platform: VANILLA_PLATFORMS,
exclude: [{ python: "py313", platform: "macos-latest" }],
exclude: [{ python: "3.13", platform: "macos-latest" }],
},
}),
nojit: testJob({
Expand Down

0 comments on commit 2a2ba8a

Please sign in to comment.