From 1d021540a36f508786a88d6efcdb7e8d55566bf9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 12 Dec 2019 16:47:47 -0300 Subject: [PATCH] Drop 3.4 testing on Azure Azure no longer supports testing on Python 3.4 --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d33a9e09b..5184610fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,12 +48,6 @@ jobs: # pypy3: # python.version: 'pypy3' # tox.env: 'pypy3' - py34-xdist: - python.version: '3.4' - tox.env: 'py34-xdist' - # Coverage for: - # - _pytest.compat._bytes_to_ascii - PYTEST_COVERAGE: '1' py35-xdist: python.version: '3.5' tox.env: 'py35-xdist'