aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-11-10 18:14:54 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-11 07:14:54 +0800
commit3e7ce97cb1e3d7c9fafd51760de2ecf4491061c0 (patch)
tree2efcaceeddde34a9ade00691fc6e36d1509b9943
parent68e49ae4400c0ff68aac2e7c5f95725e7af0de40 (diff)
downloadcryptography-3e7ce97cb1e3d7c9fafd51760de2ecf4491061c0.tar.gz
cryptography-3e7ce97cb1e3d7c9fafd51760de2ecf4491061c0.tar.bz2
cryptography-3e7ce97cb1e3d7c9fafd51760de2ecf4491061c0.zip
Run py3.8 as our py3 in macOS CI (#5032)
-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: