Skip to content

Commit a7acbac

Browse files
committed
CI: Restore Python 3.8 Azure tests
1 parent ddf2683 commit a7acbac

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
- template: .azure-pipelines/windows.yml
44
parameters:
55
name: Windows
6-
vmImage: vs2017-win2016
6+
vmImage: windows-2019
77
matrix:
88
py35-x86:
99
PYTHON_VERSION: '3.5'
@@ -28,10 +28,9 @@ jobs:
2828
py37-x64:
2929
PYTHON_VERSION: '3.7'
3030
PYTHON_ARCH: 'x64'
31-
# Pending https://github.com/microsoft/azure-pipelines-image-generation/issues/1317
32-
# py38-x86:
33-
# PYTHON_VERSION: '3.8'
34-
# PYTHON_ARCH: 'x86'
35-
# py38-x64:
36-
# PYTHON_VERSION: '3.8'
37-
# PYTHON_ARCH: 'x64'
31+
py38-x86:
32+
PYTHON_VERSION: '3.8'
33+
PYTHON_ARCH: 'x86'
34+
py38-x64:
35+
PYTHON_VERSION: '3.8'
36+
PYTHON_ARCH: 'x64'

0 commit comments

Comments
 (0)