From 8f9f15e8144d8609868b97166a2935bdac86b541 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 18 May 2021 12:17:28 +0200 Subject: [PATCH] Removed python 3.9 tests from ci --- .woodpecker.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index dd78ca4..c2bdfc9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,17 +1,12 @@ -matrix: - PYTHON_VERSION: - - 3.8 - - 3.9 - pipeline: test: # Alpine version doesn't have make - image: python:${PYTHON_VERSION} + image: python:3.8 pull: true commands: - make test lint: - image: python:${PYTHON_VERSION} + image: python:3.8 commands: - make lint