From 5128a817be8a8e2878fa9576f387cff6fc6e15db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Wed, 7 May 2025 01:03:23 +0100 Subject: [PATCH] Update missed out python version in the build --- .github/workflows/integration_test.yaml | 2 +- .github/workflows/make_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}