-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Update outdated references to Python version and GH issues #132394
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
Update outdated references to Python version and GH issues #132394
Conversation
.azure-pipelines/ci.yml
Outdated
@@ -1,4 +1,4 @@ | |||
trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] | |||
trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9'] |
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.
Does Azure Pipelines work with wildcards, like GitHub Actions?
cpython/.github/workflows/build.yml
Line 8 in 1b49c8c
- '3.*' |
trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9'] | |
trigger: ['main', '3.*'] |
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.
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…nGH-132394) (cherry picked from commit f230525) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-132402 is a backport of this pull request to the 3.13 branch. |
…GH-132394) (#132402) CI: Update outdated references to Python version and GH issues (GH-132394) (cherry picked from commit f230525) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
No description provided.