Skip to content

Commit 1fa3699

Browse files
authored
Merge pull request #49 from nexB/update-system
Disable Python 3.10 tests on macOS 10.14
2 parents 00aaa26 + 2ce7c7a commit 1fa3699

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)