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 d588997 commit d17450eCopy full SHA for d17450e
.github/workflows/ci.yml
@@ -174,8 +174,9 @@ jobs:
174
- python-version: 3.9
175
python-debug: true
176
valgrind: true
177
- - python-version: 3.10-dev
178
- python-debug: false
+ # Broken b/o https://github.com/pytest-dev/pytest/issues/8539
+ # - python-version: 3.10-dev
179
+ # python-debug: false
180
181
name: "🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
182
runs-on: ubuntu-latest
0 commit comments