Uh oh!
There was an error while loading. Please reload this page.
gh-122544: Change OS image in Azure Pipelines to ubuntu-24.04 - #122570
gh-122544: Change OS image in Azure Pipelines to ubuntu-24.04#122570Damien-Chen wants to merge 2 commits into
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
hugovk
commented
Aug 2, 2024
Please could you also add 3.13 to the triggers on line 1 of these files, and remove EOL 3.7? |
hugovk
commented
Aug 2, 2024
Or can we use cpython/.github/workflows/build.yml Line 8 in d57f8a9 |
cf3b36c to
c179fcdCompareDamien-Chen
commented
Aug 2, 2024
It seems that Azure Pipelines doesnt support patterns like |
hugovk
commented
Aug 2, 2024
Is
|
Damien-Chen
commented
Aug 2, 2024
I think
|
hugovk
commented
Aug 2, 2024
I have Azure Pipelines set up on my fork, but it errored with |
Damien-Chen
commented
Aug 2, 2024
It looks like strange, let me check with this |
Damien-Chen
commented
Aug 4, 2024
It seems that Azure Pipeline currently does not support |
hugovk
commented
Aug 4, 2024
Sure, do you want to mark this as a draft or close it and re-open later? |
Damien-Chen
commented
Aug 4, 2024
I prefered closed it. BTW, should I send another PR that only adding 3.13 to the trigger and remove EOL 3.7 based on previous suggestion ? |
hugovk
commented
Aug 4, 2024
Yes please! No issue needed for that. |
Change base OS image in Azure pipeline from
ubuntu-22.04toubuntu-24.04