From 736a08edad9ac16d799b2047d118bb8a75158e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 24 Sep 2022 00:44:24 +0200 Subject: [PATCH] Change minimum Python version to 3.7 and remove Poetry version --- .github/workflows/pytest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 87ebbd6..5aa2032 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.7", "3.8", "3.9", "3.10" ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: @@ -17,7 +17,5 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run image uses: abatilo/actions-poetry@v2 - with: - poetry-version: ${{ matrix.poetry-version }} - name: Run tests run: poetry run pytest \ No newline at end of file