Update missed out python version in the build

This commit is contained in:
Šarūnas Nejus 2025-05-07 01:03:23 +01:00
parent a40a3d45e4
commit 5128a817be
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 }}