Skip to content

Commit 2ce7c7a

Browse files
committed
Disable Python 3.10 tests on macOS 10.14
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 00aaa26 commit 2ce7c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
parameters:
2828
job_name: macos1014_cpython
2929
image_name: macos-10.14
30-
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
30+
python_versions: ['3.6', '3.7', '3.8', '3.9']
3131
test_suites:
3232
all: venv/bin/pytest -n 2 -vvs
3333

0 commit comments

Comments
 (0)