# HG changeset patch
# User Alex Gaynor <alex.gaynor@gmail.com>
# Date 1571536684 14400
#      Sat Oct 19 21:58:04 2019 -0400
# Node ID e2a063af0b6160fc7f135d07c7fdd1168f439381
# Parent  580faee38f35996d8a40e80fc349c062fa5821dd
Run tests on 3.8 on macOS

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -27,6 +27,9 @@
       Python37:
         python.version: '3.7'
         TOXENV: py37
+      Python38:
+        python.version: '3.8'
+        TOXENV: py38
   steps:
   - task: UsePythonVersion@0
     inputs: