Skip to content

Commit bf10a58

Browse files
chore: bump PyPy to currently supported 3.11
Also add test for PyPy 3.9 on macOS. It fails with `macos-latest`, so use `macos-14` for now.
1 parent 3f371ff commit bf10a58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
55+
python-version: ["3.8", "pypy-3.11", "3.13", "3.14"]
5656
runs-on: [ubuntu-latest, macos-14]
5757
cmake-version: ["3.15.x"]
5858

@@ -72,6 +72,10 @@ jobs:
7272
- python-version: "3.9"
7373
runs-on: ubuntu-latest
7474
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"
7579
- python-version: "3.9"
7680
runs-on: macos-13
7781
cmake-version: "3.18.x"

0 commit comments

Comments
 (0)