Skip to content

Commit 836ffcc

Browse files
committed
Pin CI Python version to 3.10
1 parent 6c8a08b commit 836ffcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#===============================================================================
1616
variables:
1717
- name: python.version
18-
value: "3.11"
18+
value: "3.10"
1919

2020
jobs:
2121
- job: Lint
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- task: UsePythonVersion@0
2626
inputs:
27-
versionSpec: '3.11'
27+
versionSpec: '3.10'
2828
addToPath: true
2929
- script: |
3030
python -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)