We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f21d commit 3160c82Copy full SHA for 3160c82
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,8 @@ jobs:
48
python-version: '3.14t'
49
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON
50
- runs-on: ubuntu-latest
51
- python-version: 'pypy3.11'
+ # Temporarily pinned pending investigation in issue #6049.
52
+ python-version: 'pypy-3.11-v7.3.21'
53
cmake-args: -DCMAKE_CXX_STANDARD=17
54
55
python-version: 'graalpy-24.2'
0 commit comments