From 3e7ce97cb1e3d7c9fafd51760de2ecf4491061c0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 10 Nov 2019 18:14:54 -0500 Subject: Run py3.8 as our py3 in macOS CI (#5032) --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba04498d..398267d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ jobs: TOXENV: py27 vmImage: 'macOS-10.13' MACOS_VERSION: '10.13' - Python37-macOS1013: - python.version: '3.7' - TOXENV: py37 + Python38-macOS1013: + python.version: '3.8' + TOXENV: py38 vmImage: 'macOS-10.13' MACOS_VERSION: '10.13' Python27-macOS1014: @@ -28,9 +28,9 @@ jobs: TOXENV: py27 vmImage: 'macOS-10.14' MACOS_VERSION: '10.14' - Python37-macOS1014: - python.version: '3.7' - TOXENV: py37 + Python38-macOS1014: + python.version: '3.8' + TOXENV: py38 vmImage: 'macOS-10.14' MACOS_VERSION: '10.14' steps: -- cgit v1.2.3