Skip to content

Commit 3160c82

Browse files
authored
ci: pin Ubuntu PyPy 3.11 to 7.3.21 (pybind#6070)
1 parent 5a5f21d commit 3160c82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
python-version: '3.14t'
4949
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON
5050
- runs-on: ubuntu-latest
51-
python-version: 'pypy3.11'
51+
# Temporarily pinned pending investigation in issue #6049.
52+
python-version: 'pypy-3.11-v7.3.21'
5253
cmake-args: -DCMAKE_CXX_STANDARD=17
5354
- runs-on: ubuntu-latest
5455
python-version: 'graalpy-24.2'

0 commit comments

Comments
 (0)