From c5bf9b7a9062eca162488c3e01950749894b68ab Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 31 May 2024 09:13:21 +0200 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 838fbc1c..8c1f9d09 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -54,7 +54,7 @@ jobs: shell: bash strategy: matrix: - python-version: [ '3.9', '3.10', '3.11' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] platform: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -63,7 +63,6 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - architecture: x64 - name: Install Poetry uses: snok/install-poetry@v1