From c9e57d7e9f326e427fc4ae5c318fd017cd4b75a9 Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 15 Sep 2025 15:27:25 +0000 Subject: [PATCH] [CI] Move libtorch-cpu-shared-with-deps-release-build to python 3.10 (#162877) Related to https://github.com/pytorch/pytorch/pull/162862 Pull Request resolved: https://github.com/pytorch/pytorch/pull/162877 Approved by: https://github.com/malfet --- .ci/libtorch/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/libtorch/build.sh b/.ci/libtorch/build.sh index 54ddd905aad0..c2d67f8b1bb2 100644 --- a/.ci/libtorch/build.sh +++ b/.ci/libtorch/build.sh @@ -7,4 +7,4 @@ set -ex SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -USE_NVSHMEM=0 USE_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.9" ${SCRIPTPATH}/../manywheel/build.sh +USE_NVSHMEM=0 USE_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.10" ${SCRIPTPATH}/../manywheel/build.sh