We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3684b commit 9fbec7bCopy full SHA for 9fbec7b
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
ACCELERATOR: ${{ matrix.accelerator }}
61
CPU_TRAIN: ${{ runner.os == 'macOS' && 'true' || 'false' }}
62
WITH_CUDA: ${{ matrix.accelerator != 'cpu' && '1' || '0' }}
63
- CIBW_BUILD: "cp312-*"
+ CIBW_BUILD: "cp313-*"
64
65
- name: Build wheels
66
if: matrix.os == 'windows-2019'
0 commit comments