8000 CI: add py38 to azure matrix · matplotlib/matplotlib@37c4185 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37c4185

Browse files
committed
CI: add py38 to azure matrix
Pattern matching on the existing matrix entries.
1 parent b2e6e6d commit 37c4185

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,27 @@ strategy:
1111
Linux_py37:
1212
vmImage: 'ubuntu-16.04'
1313
python.version: '3.7'
14+
Linux_py38:
15+
vmImage: 'ubuntu-16.04'
16+
python.version: '3.8'
1417
macOS_py36:
1518
vmImage: 'xcode9-macOS10.13'
1619
python.version: '3.6'
1720
macOS_py37:
1821
vmImage: 'xcode9-macOS10.13'
1922
python.version: '3.7'
23+
macOS_py38:
24+
vmImage: 'xcode9-macOS10.13'
25+
python.version: '3.8'
2026
Windows_py36:
2127
vmImage: 'vs2017-win2016'
2228
python.version: '3.6'
2329
Windows_py37:
2430
vmImage: 'vs2017-win2016'
2531
python.version: '3.7'
32+
Windows_py38:
33+
vmImage: 'vs2017-win2016'
34+
python.version: '3.8'
2635
Windows_pyPre:
2736
vmImage: 'vs2017-win2016'
2837
python.version: 'Pre'

0 commit comments

Comments
 (0)
0