Skip to content

Commit 494ac98

Browse files
committed
ci: update release workflow to python 3.12, poetry not supported on 3.8
1 parent 30e96de commit 494ac98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
release:
1212
strategy:
1313
matrix:
14-
python-version: ["3.8"]
14+
python-version: ["3.12"]
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v4
2020
with:
@@ -27,7 +27,7 @@ jobs:
2727
installer-parallel: true
2828
- name: Load cached venv
2929
id: cached-poetry-venv
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: .venv
3333
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)