azure-sdk-for-python
azure-sdk-for-python copied to clipboard
Rebalance build matrix
Description
Dropping 3.7 from our pipelines shifted the matrix such that we're running 3.11 on Windows again, which caused strange issues in the past: https://github.com/Azure/azure-sdk-for-python/issues/32409
The failures are limited to EH Checkpoint, Schema Registry, and Key Vault this time, but we should probably still shift the matrix a nudge to avoid the issue altogether since there's not much that can be gleaned from the pipeline output.
All SDK Contribution checklist:
- [x] The pull request does not introduce [breaking changes]
- [x] CHANGELOG is updated for new features, bug fixes or other significant changes.
- [x] I have read the contribution guidelines.
General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.
Testing Guidelines
- [x] Pull request includes test coverage for the included changes.
/azp run python - eventhub - tests
Azure Pipelines successfully started running 1 pipeline(s).
/azp run python - schemaregistry - tests
Azure Pipelines successfully started running 1 pipeline(s).
/azp run python - keyvault - tests
Azure Pipelines successfully started running 1 pipeline(s).
Please note that Core failures are unrelated to this PR.
/check-enforcer override
@mccoyp go ahead and merge if you're confident that the core failures are unrelated. 👍