chore: Update python 3.9 gh action to use 3.12 instead
This commit is contained in:
parent
ab29a6448d
commit
45cff4fc77
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue