https://github.com/python/cpython/commit/7a68296a94b6168a9726711f6d3844e0714b0602
commit: 7a68296a94b6168a9726711f6d3844e0714b0602
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-04T17:21:25Z
summary:

[3.13] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122671)

Co-authored-by: Damien <[email protected]>

files:
M .azure-pipelines/ci.yml

diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index b5b2765e43844f..d3e842d9f31d01 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -1,4 +1,4 @@
-trigger: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
+trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
 
 jobs:
 - job: Prebuild

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to