Skip to content

Commit 9fbec7b

Browse files
committed
try with 3.13
1 parent 4f3684b commit 9fbec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ACCELERATOR: ${{ matrix.accelerator }}
6161
CPU_TRAIN: ${{ runner.os == 'macOS' && 'true' || 'false' }}
6262
WITH_CUDA: ${{ matrix.accelerator != 'cpu' && '1' || '0' }}
63-
CIBW_BUILD: "cp312-*"
63+
CIBW_BUILD: "cp313-*"
6464

6565
- name: Build wheels
6666
if: matrix.os == 'windows-2019'

0 commit comments

Comments
 (0)