Uh oh!
There was an error while loading. Please reload this page.
gh-109408: Azure Pipelines: test 3.12 branch - #109453
Conversation
vstinner
left a comment
There was a problem hiding this comment.
It should be added to PEP 101 release process to not forget it next time.
hugovk
commented
Sep 15, 2023
Looking at PEP 101, should it be added to https://github.com/python/release-tools/blob/master/release.py?
|
vstinner
commented
Sep 15, 2023
I didn't understand well the future of Azure Pipelines. If it goes away, updating the release tool is not needed. |
hugovk
commented
Sep 15, 2023
There are two Azure Pipelines runs. One for PRs ( The other runs on version branches after merging PRs ( |
hugovk
commented
Sep 18, 2023
Apologies for the force push, it was a mistake! No changes to the PR other than rebasing on |
hugovk
commented
Sep 18, 2023
Issue created: python/release-tools#56 |
vstinner
commented
Sep 18, 2023
Sure, it makes sense. Thanks for the explanation. |
miss-islington
commented
Sep 18, 2023
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit dd5d214) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
GH-109535 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit dd5d214) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
GH-109536 is a backport of this pull request to the 3.11 branch. |
As noted in #109408 (comment), Azure Pipelines CI (
ci.yml) runs tests on version branches post-merge.But it's only running on
mainand3.11and older, and not on3.12, because we forgot to add it when branching3.12frommainin May:Screenshot
Also, Azure Pipelines PR (
pr.yml) only runs for PRs tomain, but I added the missing3.12anyway (and am planning on eventually removing it in #109408):Screenshot
Should we remove 3.7 from these lists?