We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2bc3ac + bb6ea66 commit 3c43897Copy full SHA for 3c43897
1 file changed
.github/workflows/main.yml
@@ -56,14 +56,14 @@ jobs:
56
platform: ubuntu-latest
57
- python: "3.15"
58
59
- - python: pypy3.10
+ - python: pypy3.11
60
61
distutils: stdlib
62
- platform: ubuntu-latest
63
python: "3.10"
64
65
runs-on: ${{ matrix.platform }}
66
- continue-on-error: ${{ matrix.python == '3.15' || matrix.python == 'pypy3.10' }}
+ continue-on-error: ${{ matrix.python == '3.15' || matrix.python == 'pypy3.11' }}
67
# XXX: pypy seems to be flaky with unrelated tests in #6345
68
env:
69
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
0 commit comments