Skip to content

Commit e65425d

Browse files
committed
CI: Python 3.8 not yet available on Azure
1 parent 4dca09b commit e65425d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
py37-x64:
2929
PYTHON_VERSION: '3.7'
3030
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'
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'

0 commit comments

Comments
 (0)