We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528f62c commit 866b1c5Copy full SHA for 866b1c5
azure-pipelines/build-release.yml
@@ -26,10 +26,10 @@ stages:
26
strategy:
27
maxParallel: 10
28
matrix:
29
- Linux_Py_3_7:
30
- python.version: '3.7'
31
- vmImageName: ubuntu-latest
32
- uploadCoverage: "false"
+# Linux_Py_3_7:
+# python.version: '3.7'
+# vmImageName: ubuntu-latest
+# uploadCoverage: "false"
33
34
Linux_Py_3_8:
35
python.version: '3.8'
@@ -136,9 +136,9 @@ stages:
136
137
steps:
138
- task: UsePythonVersion@0
139
- displayName: 'Use Python 3.9'
+ displayName: 'Use Python 3.8'
140
inputs:
141
- versionSpec: '3.9'
+ versionSpec: '3.8'
142
143
- template: steps/install-development-dependencies.yml
144
0 commit comments