diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 88945bb8e..1a848bde5 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -12,7 +12,7 @@ jobs: uses: BrandonLWhite/pipx-install-action@v0.1.1 - uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 cache: poetry - name: Install dependencies diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 3fc1598d6..e54381392 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -8,7 +8,7 @@ on: required: true env: - PYTHON_VERSION: 3.8 + PYTHON_VERSION: 3.9 NEW_VERSION: ${{ inputs.version }} NEW_TAG: v${{ inputs.version }}