From 06246b765268005bdf9e399467b5f75c2825aa43 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 3 Nov 2022 11:22:39 -0500 Subject: [PATCH] [ci] upgrade macOS_regular job to Python 3.9 (fixes #5569) (#5570) --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 0c6c9fc7af1d..d80af79ce22c 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -222,7 +222,7 @@ jobs: matrix: regular: TASK: regular - PYTHON_VERSION: '3.7' + PYTHON_VERSION: '3.9' sdist: TASK: sdist PYTHON_VERSION: '3.8'