From a39a89a50d5a3e90a43f476b3d308ca04a549985 Mon Sep 17 00:00:00 2001 From: Benjamin Rosemann Date: Wed, 5 May 2021 16:52:24 +0200 Subject: [PATCH] Adapt version matrix --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8f20eb..7e8c229 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,10 +56,8 @@ workflows: all-tests: jobs: - test: - matrix: - parameters: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"] + <<: *version-matrix - license-scan: - matrix: + matrix: # different version matrix as pip-licenses has no whitelisting on Python 3.5 parameters: python-version: [ "3.6", "3.7", "3.8", "3.9" ]