-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build] Drop Python 3.8 support #10038
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
There is an existing PR #8464 but the author seems too busy to handle this. |
gotcha - I didn't see that one. Unless the author picks it back up, I'm happy to take it over. |
Pytorch 3.5 dropped support for Python 3.8, so it's time we do the same. Signed-off-by: Russell Bryant <[email protected]>
Previously we had a custom implementation of this to support Python 3.8 since this method was added in Python 3.9. Now that we have dropped 3.8, we can use the built-in method for this. Signed-off-by: Russell Bryant <[email protected]>
bbdf33a
to
8c99ea0
Compare
Quick heads-up that the author has picked up the other PR. |
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
I have added some things that were missed in other PR to this PR. See if this looks good to you @russellb |
lgtm! |
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]> Signed-off-by: Loc Huynh <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]> Signed-off-by: Sumit Dubey <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]> Signed-off-by: Maxime Fournioux <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]> Signed-off-by: Tyler Michael Smith <[email protected]>
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
706e360 [CI/Build] Drop Python 3.8 support
bbdf33a [Core] Make use of str.removeprefix()
commit 706e360
Author: Russell Bryant [email protected]
Date: Tue Nov 5 09:23:59 2024 -0500
commit bbdf33a
Author: Russell Bryant [email protected]
Date: Tue Nov 5 09:29:37 2024 -0500