Skip to content

Commit 30509b6

Browse files
committed
For #13673, removed Python 3.7
1 parent 021f579 commit 30509b6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
# Define all the platform/python version we need
27-
MacPython37:
28-
platform: 'osx' # Short name for us
29-
imageName: 'macOS-latest'
30-
python.version: '3.7'
31-
WinPython37:
32-
platform: 'win' # Short name for us
33-
imageName: 'windows-latest'
34-
python.version: '3.7'
35-
LinuxPython37:
36-
platform: 'linux' # Short name for us
37-
imageName: 'ubuntu-latest'
38-
python.version: '3.7'
3927
MacPython39:
4028
platform: 'osx' # Short name for us
4129
imageName: 'macOS-latest'

0 commit comments

Comments
 (0)