From 9c3b29ee4573eb96600d5a5d2044515d8a7afb2b Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Tue, 10 Sep 2024 13:49:25 -0500 Subject: [PATCH] try full version again --- azure-pipelines/pipelines.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index 7f5b5661..70da5c38 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -68,7 +68,7 @@ jobs: python.version: "3.12" py313: python.version: "3.13.0-rc.2" - allowUnstable: "true" + allowUnstable: true steps: @@ -98,8 +98,8 @@ jobs: py312: python.version: "3.12" py313: - python.version: "3.13" - allowUnstable: "true" + python.version: "3.13.0-rc.2" + allowUnstable: true steps: @@ -132,8 +132,8 @@ jobs: py312: python.version: "3.12" py313: - python.version: "3.13" - allowUnstable: "true" + python.version: "3.13.0-rc.2" + allowUnstable: true steps: