From 839ad57a606b27c6256fd78cb6f883d5a1c3ac3d Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Mon, 16 Jan 2023 15:32:20 +0530 Subject: [PATCH 1/2] versionIncompatabilitychanges --- .azure-pipelines/azure-pipelines-live-test-run.yml | 4 ++-- .azure-pipelines/azure-pipelines-merge.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-live-test-run.yml b/.azure-pipelines/azure-pipelines-live-test-run.yml index adc5b2e2..51077a28 100644 --- a/.azure-pipelines/azure-pipelines-live-test-run.yml +++ b/.azure-pipelines/azure-pipelines-live-test-run.yml @@ -23,7 +23,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.x' + versionSpec: '3.10' architecture: 'x64' - template: templates/setup-ci-machine.yml @@ -37,7 +37,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.x' + versionSpec: '3.10' architecture: 'x64' - template: templates/setup-ci-machine.yml diff --git a/.azure-pipelines/azure-pipelines-merge.yml b/.azure-pipelines/azure-pipelines-merge.yml index 44894f4d..f091f30d 100644 --- a/.azure-pipelines/azure-pipelines-merge.yml +++ b/.azure-pipelines/azure-pipelines-merge.yml @@ -64,9 +64,9 @@ jobs: strategy: matrix: Python36: - python.version: '3.6.x' + python.version: '3.10' Python37: - python.version: '3.x' + python.version: '3.10' maxParallel: 3 steps: From 48b172e8d38ff772a13a2db71b2cfa6769bdd941 Mon Sep 17 00:00:00 2001 From: v-soujanya <101401302+v-soujanya@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:34:23 +0530 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4981056d..b45a295c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,5 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -* @v-anvashist @v-hmusukula +* @v-anvashist @v-hmusukula @v-soujanya