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 021f579 commit 30509b6Copy full SHA for 30509b6
azure-pipelines.yml
@@ -24,18 +24,6 @@ jobs:
24
strategy:
25
matrix:
26
# 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
35
- LinuxPython37:
36
- platform: 'linux' # Short name for us
37
- imageName: 'ubuntu-latest'
38
39
MacPython39:
40
platform: 'osx' # Short name for us
41
imageName: 'macOS-latest'
0 commit comments