Skip to content

Commit c5b3ae8

Browse files
rwgkcursoragent
andauthored
ci: pin PyPy 3.11 to 7.3.21 on macOS and Windows (#6050)
Temporarily pin the two failing PyPy 3.11 jobs while investigating the PyPy 7.3.22 import regression. Refs #6049. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ee1d83f commit c5b3ae8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ jobs:
118118
python-version: 'pypy-3.10'
119119
cmake-args: -DCMAKE_CXX_STANDARD=17
120120
- runs-on: macos-latest
121-
python-version: 'pypy-3.11'
121+
# Temporarily pinned pending investigation in issue #6049.
122+
python-version: 'pypy-3.11-v7.3.21'
122123
- runs-on: macos-latest
123124
python-version: 'graalpy-24.2'
124125

@@ -151,7 +152,8 @@ jobs:
151152
python-version: 'pypy-3.10'
152153
cmake-args: -DCMAKE_CXX_STANDARD=17
153154
- runs-on: windows-latest
154-
python-version: 'pypy3.11'
155+
# Temporarily pinned pending investigation in issue #6049.
156+
python-version: 'pypy3.11-v7.3.21'
155157
cmake-args: -DCMAKE_CXX_STANDARD=20
156158
# The setup-python action currently doesn't have graalpy for windows
157159
# See https://github.com/actions/setup-python/pull/880

0 commit comments

Comments
 (0)