https://github.com/python/cpython/commit/3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894 commit: 3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894 branch: main author: Damien <[email protected]> committer: hugovk <[email protected]> date: 2024-08-04T19:57:20+03:00 summary:
Add `3.13` and remove `3.7` in Azure Pipelines (#122670) 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]
