From be57269d5d8b924d0aac3d3c72fefdc5649dcded Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 6 Apr 2019 16:19:05 +0100 Subject: [PATCH] Remove 3.4 from the pipelines config because 3.4 isn't supported --- README.md | 2 -- azure-pipelines.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 8da0a608..8bfa69ab 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,6 @@ jobs: steps: - {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x86}} - {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x64}} - - {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x86}} - - {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x64}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x86}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x64}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}} diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca4f038e..5a9e501c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,6 @@ jobs: steps: - {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x86}} - {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x64}} - - {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x86}} - - {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x64}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x86}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x64}} - {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}}