From 6498b49d54d86e140f8ff037eb305d044cad7f37 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 1 Feb 2020 13:11:50 +0200 Subject: Just drop py3.5 from the testing matrix --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f653fb6..c563631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 @@ -21,7 +21,6 @@ jobs: python -m pip install --upgrade pip pip install black pytest - name: Check formatting with black - if: matrix.python-version != 3.5 run: | black --check . - name: Test with pytest -- cgit v1.3.1