summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorDamien <81557462+Damien-Chen@users.noreply.github.com>2024-08-04 16:57:20 (GMT)
committerGitHub <noreply@github.com>2024-08-04 16:57:20 (GMT)
commit3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894 (patch)
tree4a56160bfe48a2f318d6e8e404ed80893be7e31d /.azure-pipelines
parentf5c39b3e9cc88d1eaa9229d610b0221305a83ad9 (diff)
downloadcpython-3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894.zip
cpython-3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894.tar.gz
cpython-3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894.tar.bz2
Add `3.13` and remove `3.7` in Azure Pipelines (#122670)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index b5b2765..d3e842d 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