Skip to content

Commit 9dbd2e4

Browse files
Add python 3.13 support in Nixl (#994)
https://jirasw.nvidia.com/browse/HPCINFRA-4036 Signed-off-by: Alexey Rivkin <[email protected]>
1 parent 85c71a8 commit 9dbd2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/Dockerfile.manylinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ RUN echo "/usr/local/nixl/lib/$ARCH-linux-gnu" > /etc/ld.so.conf.d/nixl.conf &&
265265

266266
# Create the wheel
267267
# No need to specifically add path to libcuda.so here, meson finds the stubs and links them
268-
ARG WHL_PYTHON_VERSIONS="3.9,3.10,3.11,3.12"
268+
ARG WHL_PYTHON_VERSIONS="3.9,3.10,3.11,3.12,3.13"
269269
ARG WHL_PLATFORM="manylinux_2_28_$ARCH"
270270
RUN IFS=',' read -ra PYTHON_VERSIONS <<< "$WHL_PYTHON_VERSIONS" && \
271271
export UV_INDEX="https://download.pytorch.org/whl/cu$(echo $CUDA_VERSION | cut -d. -f1,2 | tr -d .)" && \

0 commit comments

Comments
 (0)