-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{LTS} Backport #31895: Support Python 3.13 #32349
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
Conversation
# Conflicts: # azure-pipelines-full-tests.yml # doc/command_guidelines.md # doc/extensions/authoring.md # doc/install_linux_prerequisites.md # scripts/regression_test/regression_test.yml
❌AzureCLI-FullTest
|
|
Hi @bebound, |
️✔️AzureCLI-BreakingChangeTest
|
|
LTS |
|
|
||
| jobs: | ||
| - job: AutomationTest20200901 | ||
| displayName: Automation Test (Profile 2020-09-01) |
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.
I think these tests should be kept for LTS which still supports Azure Stack.
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.
You're right, I removed them because the tests have been removed in dev branch. Didn't realize they're part of Azure Stack.
These tests are removed in azdev: Azure/azure-cli-dev-tools#524. Not sure if these are necessary.
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.
#30874 pins azdev to 0.1.90. #32346 pins azdev to 0.1.91 (https://github.com/Azure/azure-cli-dev-tools/blame/lts-2.66/azdev/__init__.py).
Azure/azure-cli-dev-tools#524 was included since azdev 0.2.4.
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.
I used to backport Azure/azure-cli-dev-tools#524 and remove the test profiles.
I've recovered the test profile in azdev LTS branch. Let me trigger the CI again to see if the tests passed.
| - job: AutomationFullTestPython39ProfileLatest | ||
| displayName: Automation Full Test Python39 Profile Latest | ||
| - job: AutomationFullTestPython312ProfileLatest | ||
| displayName: Automation Full Test Python312 Profile Latest |
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.
We keep the test for Python 3.12 because RHEL only has Python 3.12, right? (#32381 (comment))
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.
Yes. 3.12 is the latest version on RHEL.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Backport