From d671ca8a3f290d305fe72abdd01669d6720279bf Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Thu, 5 Sep 2024 21:21:20 +0530 Subject: [PATCH] fix(workflow): fix python build --- .github/workflows/audit.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 94a1d0f..48a4805 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,10 +27,6 @@ jobs: - name: Install Python uses: actions/setup-python@v5 - with: - # Fivetran build script requires Python 3.10, not above. - # Testing the destination found that it also requires 3.10, latest does not work. - python-version: '3.10.8' - name: Install Python dependencies run: python -m pip install --upgrade pip setuptools wheel