From 9c0f5ce5813954f9991a22611f288009bc296577 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 22 Jan 2020 20:05:31 -0500 Subject: Add support for Python 3.8 release version on all platforms Also: - Try adding support for 3.9-dev on Travis - Update to running flake8 for 3.8 instead of 3.7 --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a05153b..bb913210 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,9 @@ jobs: Python37: python.version: '3.7' TOXENV: 'py37' + Python38: + python.version: '3.8' + TOXENV: 'py38' # Increase the maxParallel value to simultaneously run the job for all versions in the matrix (max 10 for free open-source) maxParallel: 4 -- cgit v1.2.1