-
Notifications
You must be signed in to change notification settings - Fork 200
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
Test and mark Python 3.12 support. Update setuptools support for >67 #469
Conversation
…the clash of azure.core namespace from the msrest package
This change updates the build scripts and yaml to use Rust 1.73, which introduced some new clippy lints that the code was in violation of. The changes have the version update and the code updates for compatibility, and to keep the new clippy lints in check the minimum required version is updated in prereqs.py. This also updates the devcontainer definition to include the Azure CLI and fixes the Python version to 3.11 (3.12 was releast on Oct 3, 2023 and does not yet play nice with azure-cli packages, see microsoft/azure-devops-python-api#469).
@nechvatalp Can you review this? Looks like there are very few others who have permission. |
@nechvatalp Any chance of a review? |
A review would be very helpful. |
Pinging some other folks who might be able to help: @crazy4pi314 @vtbassmatt @tedchamb |
I haven't worked on this product in years, and wouldn't be comfortable approving a PR. |
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.
Looks good to me! Easy 3.12 upgrade party 🥳
Looks good to me, thanks for your contribution |
Test and mark Python 3.12 support. Update setuptools support for >67
This package is broken in the latest version of setuptools, this PR fixes the issue and tests the patch on Python 3.12