-
Notifications
You must be signed in to change notification settings - Fork 3k
[monitor] Extend version range for psutil
to include 7.x
#40459
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
base: main
Are you sure you want to change the base?
Conversation
Thank you for your contribution @bartvanandel! We will review the pull request and get back to you soon. |
API change check API changes are not detected in this pull request. |
psutil
to include 7.xpsutil
to include 7.x
Should I just check off the tasks that don't really apply? A similar PR (#39354) was merged a while ago, having none of them checked. |
Please rebase to the latest main to fix builds. |
Support for Python 2.7 was dropped in psutil 7, but azure-sdk-for-python requires Python 3.8+ anyway.
85408f2
to
6c872a5
Compare
@lzchen Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please add a CHANGELOG entry to indicate this change please.
The same thing was done a while ago for this same package, there's no entry in |
@microsoft-github-policy-service agree company="Millennity" |
Description
Extend the supported version range of
psutil
to include version 7.x. The only relevant breaking change (dropped support for Python 2.7) doesn't affect azure-sdk-for-python, which already requires Python 3.8+.See https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#700
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines