From a3c2036946c2d862abe9b0b37f8097cb84209c12 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 10 Aug 2021 14:55:26 +0200 Subject: [PATCH] configure testing matrix (py version, OS) --- .github/workflows/pytest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 085426c..a771a6d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,4 +1,4 @@ -name: pytest +name: Run Pytests on: push jobs: @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] - poetry-version: [1.0, 1.1.6] + python-version: [3.9, 3.9.6] + poetry-version: [1.1.7] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: