diff options
author | Damien <81557462+Damien-Chen@users.noreply.github.com> | 2024-08-04 16:57:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-04 16:57:20 (GMT) |
commit | 3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894 (patch) | |
tree | 4a56160bfe48a2f318d6e8e404ed80893be7e31d /.azure-pipelines | |
parent | f5c39b3e9cc88d1eaa9229d610b0221305a83ad9 (diff) | |
download | cpython-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.yml | 2 |
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 |