8000 CI Update Python version in CUDA CI wheel builder (#30933) · scikit-learn/scikit-learn@f83a15b · GitHub
[go: up one dir, main page]

Skip to content

Commit f83a15b

Browse files
betatimweb-flow
andauthored
CI Update Python version in CUDA CI wheel builder (#30933)
Co-authored-by: Lock file bot <noreply@github.com>
1 parent 1b52e15 commit f83a15b

File tree

2 files changed

+33
-36
lines changed

2 files changed

+33
-36
lines changed

.github/workflows/cuda-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build wheels
1919
uses: pypa/cibuildwheel@v2.23.0
2020
env:
21-
CIBW_BUILD: cp312-manylinux_x86_64
21+
CIBW_BUILD: cp313-manylinux_x86_64
2222
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2323
CIBW_BUILD_VERBOSITY: 1
2424
CIBW_ARCHS: x86_64

0 commit comments

Comments
 (0)
0