Skip to content

Commit 26fbf1c

Browse files
committed
ci: unpin pypy-3.11 version in CI
Remove temporary pypy-3.11-v7.3.21 pins that were added pending investigation of issue #6049. Use unversioned pypy-3.11 to allow setup-python to resolve the latest available version. Assisted-by: OpenCode:glm-5
1 parent 3160c82 commit 26fbf1c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
python-version: '3.14t'
4949
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON
5050
- runs-on: ubuntu-latest
51-
# Temporarily pinned pending investigation in issue #6049.
52-
python-version: 'pypy-3.11-v7.3.21'
51+
python-version: 'pypy-3.11'
5352
cmake-args: -DCMAKE_CXX_STANDARD=17
5453
- runs-on: ubuntu-latest
5554
python-version: 'graalpy-24.2'
@@ -119,8 +118,7 @@ jobs:
119118
python-version: 'pypy-3.10'
120119
cmake-args: -DCMAKE_CXX_STANDARD=17
121120
- runs-on: macos-latest
122-
# Temporarily pinned pending investigation in issue #6049.
123-
python-version: 'pypy-3.11-v7.3.21'
121+
python-version: 'pypy-3.11'
124122
- runs-on: macos-latest
125123
python-version: 'graalpy-24.2'
126124

@@ -153,8 +151,7 @@ jobs:
153151
python-version: 'pypy-3.10'
154152
cmake-args: -DCMAKE_CXX_STANDARD=17
155153
- runs-on: windows-latest
156-
# Temporarily pinned pending investigation in issue #6049.
157-
python-version: 'pypy3.11-v7.3.21'
154+
python-version: 'pypy-3.11'
158155
cmake-args: -DCMAKE_CXX_STANDARD=20
159156
# The setup-python action currently doesn't have graalpy for windows
160157
# See https://github.com/actions/setup-python/pull/880

0 commit comments

Comments
 (0)