Update setup-python and add python-version range

This commit is contained in:
TSR Berry 2024-01-29 16:08:23 +01:00
parent 0238144c7b
commit 73c354842b
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -9,8 +9,9 @@ runs:
echo "mako=$(realpath '${{ github.action_path }}/../../../')" >> $GITHUB_OUTPUT echo "mako=$(realpath '${{ github.action_path }}/../../../')" >> $GITHUB_OUTPUT
shell: bash shell: bash
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: '>=3.8'
cache: 'poetry' cache: 'poetry'
- name: Ensure pipx is available - name: Ensure pipx is available