We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdb588 commit 322e7f8Copy full SHA for 322e7f8
.github/workflows/tests.yml
@@ -32,6 +32,11 @@ jobs:
32
matrix:
33
python-version: ["3.11", "3.12", "3.13"]
34
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"
40
fail-fast: false
41
env:
42
CMAKE_POLICY_VERSION_MINIMUM: 3.5
0 commit comments