Test and mark Python 3.12 support. Update setuptools support for >67#469
Merged
nechvatalp merged 3 commits intomicrosoft:devfrom Nov 20, 2023
Merged
Test and mark Python 3.12 support. Update setuptools support for >67#469nechvatalp merged 3 commits intomicrosoft:devfrom
nechvatalp merged 3 commits intomicrosoft:devfrom
Conversation
…the clash of azure.core namespace from the msrest package
swernli
added a commit
to microsoft/qdk
that referenced
this pull request
Oct 11, 2023
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).
Member
|
@nechvatalp Can you review this? Looks like there are very few others who have permission. |
Member
|
@nechvatalp Any chance of a review? |
|
A review would be very helpful. |
Member
|
Pinging some other folks who might be able to help: @crazy4pi314 @vtbassmatt @tedchamb |
Member
|
I haven't worked on this product in years, and wouldn't be comfortable approving a PR. |
crazy4pi314
reviewed
Nov 15, 2023
crazy4pi314
left a comment
There was a problem hiding this comment.
Looks good to me! Easy 3.12 upgrade party 🥳
Collaborator
|
Looks good to me, thanks for your contribution |
nechvatalp
added a commit
that referenced
this pull request
Jul 26, 2024
Test and mark Python 3.12 support. Update setuptools support for >67
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This package is broken in the latest version of setuptools, this PR fixes the issue and tests the patch on Python 3.12