aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml12
1 files changed, 6 insertions, 6 deletions
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: