Skip to content

Commit 2da281e

Browse files
bump default python version to 3.11 (#2072)
### What this PR does / why we need it? Bump default python version to 3.11, see #1980 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? pass CI - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@12a223e Signed-off-by: ChenTaoyu-SJTU <ctynb@qq.com>
1 parent f60bb47 commit 2da281e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/Dockerfile.buildwheel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# This file is a part of the vllm-ascend project.
1616
#
17-
ARG PY_VERSION=3.10
17+
ARG PY_VERSION=3.11
1818
FROM quay.io/ascend/manylinux:8.0.0-910b-manylinux_2_28-py${PY_VERSION}
1919

2020
ARG COMPILE_CUSTOM_KERNELS=1

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.11"
1818
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
1919
- run: echo "::add-matcher::.github/workflows/matchers/mypy.json"
2020
- name: Checkout vllm-project/vllm repo

.github/workflows/release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
python-version: ["3.10"]
44+
python-version: ["3.11"]
4545
steps:
4646
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747

0 commit comments

Comments
 (0)