Skip to content

Commit 4cc4f91

Browse files
committed
Disable debug build tests on 3.12
Seems that we need to update to Cython 3
1 parent eccd451 commit 4cc4f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
make test
6464
6565
- name: Test (debug build)
66-
if: steps.release.outputs.version == 0
66+
# XXX Re-enable 3.12 once we migrate to Cython 3
67+
if: steps.release.outputs.version == 0 && matrix.python-version != '3.12'
6768
run: |
6869
make distclean && make debug && make test
6970

0 commit comments

Comments
 (0)