From 8440d8924a88183d0331c4a33cbcd90fc76a518a Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 29 Oct 2025 13:31:27 -0700 Subject: [PATCH] fix typo in extended tests jobs template --- .azure-pipelines/templates/jobs/extended-tests-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index 9ce2b1088..10d0de934 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -14,7 +14,7 @@ jobs: linux-py312: PYTHON_VERSION: 3.12 TOXENV: py312 - linux-py312: + linux-py313: PYTHON_VERSION: 3.13 TOXENV: py313 linux-isolated: