Skip to content

Conversation

@gcanlin
Copy link
Contributor

@gcanlin gcanlin commented Oct 31, 2025

What this PR does / why we need it?

Closes #3728, #3657.

The main branch is now aligned with the vllm releases/v0.11.1 branch, which no longer supports Python 3.9. Check it here.

Does this PR introduce any user-facing change?

The newest version of vllm-ascend don't support Python 3.9.

How was this patch tested?

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 31, 2025
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly updates the minimum required Python version to 3.10, removing support for Python 3.9. The changes across the README files and setup configuration are mostly consistent. I have added one suggestion to setup.py to also include an upper version limit for Python, which will prevent users from installing the package on unsupported versions and improve dependency resolution.

@gcanlin gcanlin changed the title [Feature][Build] Upgrade the lowest version to 3.10 [Feature][Build] Upgrade the minimum version to 3.10 Oct 31, 2025
@wangxiyuan
Copy link
Collaborator

wangxiyuan commented Oct 31, 2025

@gcanlin
Copy link
Contributor Author

gcanlin commented Oct 31, 2025

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Signed-off-by: gcanlin <canlinguosdu@gmail.com>
@gcanlin
Copy link
Contributor Author

gcanlin commented Nov 5, 2025

@wangxiyuan Could this PR be merged forcibly? It only changes some docs.

@wangxiyuan wangxiyuan merged commit de49fb3 into vllm-project:main Nov 10, 2025
29 of 32 checks passed
luolun pushed a commit to luolun/vllm-ascend that referenced this pull request Nov 19, 2025
### What this PR does / why we need it?

Closes vllm-project#3728, vllm-project#3657. 

The main branch is now aligned with the vllm `releases/v0.11.1` branch,
which no longer supports `Python 3.9`. Check it
[here](https://github.com/vllm-project/vllm/blob/releases/v0.11.1/pyproject.toml).

### Does this PR introduce _any_ user-facing change?

The newest version of vllm-ascend don't support Python 3.9. 

### How was this patch tested?

- vLLM version: v0.11.0
- vLLM main:
vllm-project/vllm@83f478b

Signed-off-by: gcanlin <canlinguosdu@gmail.com>
Signed-off-by: luolun <luolun1995@cmbchina.com>
hwhaokun pushed a commit to hwhaokun/vllm-ascend that referenced this pull request Nov 19, 2025
### What this PR does / why we need it?

Closes vllm-project#3728, vllm-project#3657.

The main branch is now aligned with the vllm `releases/v0.11.1` branch,
which no longer supports `Python 3.9`. Check it
[here](https://github.com/vllm-project/vllm/blob/releases/v0.11.1/pyproject.toml).

### Does this PR introduce _any_ user-facing change?

The newest version of vllm-ascend don't support Python 3.9.

### How was this patch tested?

- vLLM version: v0.11.0
- vLLM main:
vllm-project/vllm@83f478b

Signed-off-by: gcanlin <canlinguosdu@gmail.com>
Signed-off-by: hwhaokun <haokun0405@163.com>
NSDie pushed a commit to NSDie/vllm-ascend that referenced this pull request Nov 24, 2025
### What this PR does / why we need it?

Closes vllm-project#3728, vllm-project#3657.

The main branch is now aligned with the vllm `releases/v0.11.1` branch,
which no longer supports `Python 3.9`. Check it
[here](https://github.com/vllm-project/vllm/blob/releases/v0.11.1/pyproject.toml).

### Does this PR introduce _any_ user-facing change?

The newest version of vllm-ascend don't support Python 3.9.

### How was this patch tested?

- vLLM version: v0.11.0
- vLLM main:
vllm-project/vllm@83f478b

Signed-off-by: gcanlin <canlinguosdu@gmail.com>
Signed-off-by: nsdie <yeyifan@huawei.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

2 participants