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 eccd451 commit 4cc4f91Copy full SHA for 4cc4f91
.github/workflows/tests.yml
@@ -63,7 +63,8 @@ jobs:
63
make test
64
65
- name: Test (debug build)
66
- if: steps.release.outputs.version == 0
+ # XXX Re-enable 3.12 once we migrate to Cython 3
67
+ if: steps.release.outputs.version == 0 && matrix.python-version != '3.12'
68
run: |
69
make distclean && make debug && make test
70
0 commit comments