https://github.com/python/cpython/commit/4d6b7b74a3a52f6524059b4a9fe1e67abf337a59
commit: 4d6b7b74a3a52f6524059b4a9fe1e67abf337a59
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-04T17:16:45Z
summary:

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

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