Skip to content

Commit e768849

Browse files
authored
Merge pull request #19396 from tacaswell/ci_remove_win_prerelease_azure
CI: remove win prerelease azure + add py39
2 parents a2b924c + 63f1ce9 commit e768849

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,27 @@ strategy:
1111
Linux_py38:
1212
vmImage: 'ubuntu-16.04'
1313
python.version: '3.8'
14+
Linux_py39:
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_py39:
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'
26-
Windows_pyPre:
27-
vmImage: 'vs2017-win2016'
28-
python.version: 'Pre'
32+
Windows_py39:
33+
vmImage: 'windows-latest'
34+
python.version: '3.9'
2935
maxParallel: 4
3036

3137
pool:

0 commit comments

Comments
 (0)