diff --git a/.github/Dockerfile.buildwheel b/.github/Dockerfile.buildwheel index 285f6c5a7..da8628677 100644 --- a/.github/Dockerfile.buildwheel +++ b/.github/Dockerfile.buildwheel @@ -14,7 +14,7 @@ # limitations under the License. # This file is a part of the vllm-ascend project. # -ARG PY_VERSION=3.10 +ARG PY_VERSION=3.11 FROM quay.io/ascend/manylinux:8.0.0-910b-manylinux_2_28-py${PY_VERSION} ARG COMPILE_CUSTOM_KERNELS=1 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 25b802a65..e41dd6e63 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: - python-version: "3.10" + python-version: "3.11" - run: echo "::add-matcher::.github/workflows/matchers/actionlint.json" - run: echo "::add-matcher::.github/workflows/matchers/mypy.json" - name: Checkout vllm-project/vllm repo diff --git a/.github/workflows/release_code.yml b/.github/workflows/release_code.yml index a11312c1a..f64fcd0fc 100644 --- a/.github/workflows/release_code.yml +++ b/.github/workflows/release_code.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2