Skip to content

Commit 3c43897

Browse files
authored
Merge pull request #5247 from pypa/copilot/fix-pypy-version-issue
Bump PyPy from 3.10 to 3.11 in CI workflow
2 parents a2bc3ac + bb6ea66 commit 3c43897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
platform: ubuntu-latest
5757
- python: "3.15"
5858
platform: ubuntu-latest
59-
- python: pypy3.10
59+
- python: pypy3.11
6060
platform: ubuntu-latest
6161
distutils: stdlib
6262
- platform: ubuntu-latest
6363
python: "3.10"
6464
distutils: stdlib
6565
runs-on: ${{ matrix.platform }}
66-
continue-on-error: ${{ matrix.python == '3.15' || matrix.python == 'pypy3.10' }}
66+
continue-on-error: ${{ matrix.python == '3.15' || matrix.python == 'pypy3.11' }}
6767
# XXX: pypy seems to be flaky with unrelated tests in #6345
6868
env:
6969
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}

0 commit comments

Comments
 (0)