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 6009c74 commit 87d22cdCopy full SHA for 87d22cd
.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-latest]
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 pypy-3.9/macos-latest (#1166)
76
+ - python-version: "pypy-3.10"
77
+ runs-on: macos-latest
78
+ cmake-version: "3.15.x"
79
80
runs-on: macos-15-intel
81
cmake-version: "3.18.x"
0 commit comments