From 49522f46b1fe3903388c17da9edb890eb71c7359 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 23 Nov 2020 09:40:46 -0500 Subject: [PATCH] workflow/pytest: update python matrix version On this branch we should test pytest against python 2.7 and 3.6. Signed-off-by: Dimitri Savineau --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5ac5666de..20f1edba4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [2.7, 3.6] name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2