Skip to content

Commit

Permalink
versionIncompatabilitychanges (#1335)
Browse files Browse the repository at this point in the history
* versionIncompatabilitychanges

* Update CODEOWNERS
  • Loading branch information
v-soujanya authored Jan 16, 2023
1 parent 311770b commit d199c68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-live-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.10'
architecture: 'x64'

- template: templates/setup-ci-machine.yml
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.10'
architecture: 'x64'

- template: templates/setup-ci-machine.yml
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d199c68

Please sign in to comment.