Skip to content

Commit 322e7f8

Browse files
committed
Exclude Python 3.13 on MacOS from matrix
1 parent dbdb588 commit 322e7f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
matrix:
3333
python-version: ["3.11", "3.12", "3.13"]
3434
os: [ubuntu-latest, macos-latest]
35+
exclude:
36+
# Skip Python 3.13 on MacOS as 1.20<=numpy<2 requirement inherited from so3
37+
# requiring numpy<2 cannot be resolved there
38+
- os: macos-latest
39+
python-version: "3.13"
3540
fail-fast: false
3641
env:
3742
CMAKE_POLICY_VERSION_MINIMUM: 3.5

0 commit comments

Comments
 (0)