-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-109408: Azure Pipelines: test 3.12 branch #109453
Conversation
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.
It should be added to PEP 101 release process to not forget it next time.
Looking at PEP 101, should it be added to https://github.com/python/release-tools/blob/master/release.py?
|
I didn't understand well the future of Azure Pipelines. If it goes away, updating the release tool is not needed. |
There are two Azure Pipelines runs. One for PRs ( The other runs on version branches after merging PRs ( |
4abab47
to
d80dca1
Compare
Apologies for the force push, it was a mistake! No changes to the PR other than rebasing on |
Issue created: python/release-tools#56 |
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.
LGTM
Sure, it makes sense. Thanks for the explanation. |
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 <[email protected]>
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 <[email protected]>
GH-109536 is a backport of this pull request to the 3.11 branch. |
) Co-authored-by: Hugo van Kemenade <[email protected]>
As noted in #109408 (comment), Azure Pipelines CI (
ci.yml
) runs tests on version branches post-merge.But it's only running on
main
and3.11
and older, and not on3.12
, because we forgot to add it when branching3.12
frommain
in May:Screenshot
Also, Azure Pipelines PR (
pr.yml
) only runs for PRs tomain
, but I added the missing3.12
anyway (and am planning on eventually removing it in #109408):Screenshot
Should we remove 3.7 from these lists?