From 0598412960afcbd5fbe42d6cf100b7af658cd959 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 14 Jun 2019 20:40:49 -0400 Subject: Deprecate support for Python 3.4 and begin testing with Python 3.8 beta --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 906ae1e3..9a05153b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,9 +14,6 @@ jobs: # Run the pipeline with multiple Python versions strategy: matrix: - Python34: - python.version: '3.4' - TOXENV: 'py34' Python35: python.version: '3.5' TOXENV: 'py35' -- cgit v1.2.1