chore: Update python 3.9 gh action to use 3.12 instead

This commit is contained in:
Igor Ilic 2025-01-08 17:04:42 +01:00
parent ab29a6448d
commit 45cff4fc77

View file

@ -1,4 +1,4 @@
name: test | python 3.9
name: test | python 3.12
on:
workflow_dispatch:
@ -31,7 +31,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9.x'
python-version: '3.12.x'
- name: Install Poetry
# https://github.com/snok/install-poetry#running-on-windows