Skip to content

Commit 347b1ac

Browse files
authored
Update Python version from 3.9 to 3.10 in pipeline and conda environment configurations (#25933)
1 parent f255bef commit 347b1ac

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extends:
7171

7272
- task: UsePythonVersion@0
7373
inputs:
74-
versionSpec: '3.9'
74+
versionSpec: '3.10'
7575
addToPath: true
7676
architecture: 'x64'
7777
displayName: Select Python version

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extends:
6565

6666
- task: UsePythonVersion@0
6767
inputs:
68-
versionSpec: '3.9'
68+
versionSpec: '3.10'
6969
addToPath: true
7070
architecture: 'x64'
7171
displayName: Select Python version

build/ci/conda_env_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: conda_env_1
22
dependencies:
3-
- python=3.9
3+
- python=3.10
44
- pip

build/ci/conda_env_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: conda_env_2
22
dependencies:
3-
- python=3.9
3+
- python=3.10
44
- pip

0 commit comments

Comments
 (0)