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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.9.x'
|
python-version: '3.12.x'
|
||||||
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
# https://github.com/snok/install-poetry#running-on-windows
|
# https://github.com/snok/install-poetry#running-on-windows
|
||||||
Loading…
Add table
Reference in a new issue