summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-07-07 11:45:16 +0300
committerHugo <hugovk@users.noreply.github.com>2019-07-07 11:45:16 +0300
commit2c1010ee96d73daf950ffff66bbd9b6718f2f0e9 (patch)
treec066f748e02ef51d93f91ea4eded4e8a8c840236 /.azure-pipelines
parent9311049de270ee5fc58cf618264b898b86429228 (diff)
downloadpip-2c1010ee96d73daf950ffff66bbd9b6718f2f0e9.tar.gz
Drop support for EOL Python 3.4
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test-windows.yml6
-rw-r--r--.azure-pipelines/jobs/test.yml3
2 files changed, 0 insertions, 9 deletions
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index b8cb6044f..752646247 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -32,9 +32,6 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
- Python34-x64:
- python.version: '3.4'
- python.architecture: x64
Python35-x64:
python.version: '3.5'
python.architecture: x64
@@ -45,9 +42,6 @@ jobs:
Python27-x86:
python.version: '2.7'
python.architecture: x86
- Python34-x86:
- python.version: '3.4'
- python.architecture: x86
Python35-x86:
python.version: '3.5'
python.architecture: x86
diff --git a/.azure-pipelines/jobs/test.yml b/.azure-pipelines/jobs/test.yml
index 7c51a26fc..cadf99a51 100644
--- a/.azure-pipelines/jobs/test.yml
+++ b/.azure-pipelines/jobs/test.yml
@@ -29,9 +29,6 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
- Python34:
- python.version: '3.4'
- python.architecture: x64
Python35:
python.version: '3.5'
python.architecture: x64