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 3f371ff commit bf10a58Copy full SHA for bf10a58
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
+ python-version: ["3.8", "pypy-3.11", "3.13", "3.14"]
56
runs-on: [ubuntu-latest, macos-14]
57
cmake-version: ["3.15.x"]
58
@@ -72,6 +72,10 @@ jobs:
72
- python-version: "3.9"
73
runs-on: ubuntu-latest
74
cmake-version: "3.20.x"
75
+ # TODO: investigate failure with macos-latest (#1166)
76
+ - python-version: "pypy-3.9"
77
+ runs-on: macos-14
78
+ cmake-version: "3.15.x"
79
80
runs-on: macos-13
81
cmake-version: "3.18.x"
0 commit comments