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: