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.
1 parent 85be759 commit 3fb739fCopy full SHA for 3fb739f
.github/workflows/test.yml
@@ -129,7 +129,7 @@ jobs:
129
echo "PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" >> "$GITHUB_ENV"
130
131
- name: setup coverage
132
- if: startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.12')
+ if: startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.14')
133
run: |
134
grep -v plugins .coveragerc > .coveragerc-save
135
mv .coveragerc-save .coveragerc
0 commit comments