We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e22dd commit d4326ddCopy full SHA for d4326dd
.github/workflows/main.yml
@@ -64,7 +64,8 @@ jobs:
64
python: "3.10"
65
distutils: stdlib
66
runs-on: ${{ matrix.platform }}
67
- continue-on-error: ${{ matrix.python == '3.14' }}
+ continue-on-error: ${{ matrix.python == '3.14' || matrix.python == 'pypy3.10' }}
68
+ # XXX: pypy seems to be flaky with unrelated tests in #6345
69
env:
70
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
71
timeout-minutes: 75
0 commit comments