8000 CI: add py39 to azure matrix · matplotlib/matplotlib@4359a6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4359a6c

Browse files
committed
CI: add py39 to azure matrix
1 parent 6dde945 commit 4359a6c

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_py38:
1212
vmImage: 'ubuntu-16.04'
1313
python.version: '3.8'
14+
Linux_py38:
15+
vmImage: 'ubuntu-16.04'
16+
python.version: '3.9'
1417
macOS_py37:
1518
vmImage: 'macOS-10.15'
1619
python.version: '3.7'
1720
macOS_py38:
1821
vmImage: 'macOS-latest'
1922
python.version: '3.8'
23+
macOS_py38:
24+
vmImage: 'macOS-latest'
25+
python.version: '3.9'
2026
Windows_py37:
2127
vmImage: 'vs2017-win2016'
2228
python.version: '3.7'
2329
Windows_py38:
2430
vmImage: 'windows-latest'
2531
python.version: '3.8'
32+
Windows_py38:
33+
vmImage: 'windows-latest'
34+
python.version: '3.9'
2635
maxParallel: 4
2736

2837
pool:

0 commit comments

Comments
 (0)
0