From bcb3656e4a9feaf1c8b6ed3b32e258746682f1b0 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Fri, 22 Nov 2024 16:37:31 +0000 Subject: [PATCH] Removing python 3.6 and 3.7 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca0d120..e4fa443 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9] os: - ubuntu-latest runs-on: ${{ matrix.os }} @@ -57,4 +57,4 @@ jobs: - name: Formatting and Linting run: make -C $FOLDER lint - name: Tests - run: make -C $FOLDER test \ No newline at end of file + run: make -C $FOLDER test