Skip to content

Commit 03e78d3

Browse files
authored
.add_note for common error (#18)
* wip * error message * update jinja2 * version * wip * wip * fix
1 parent 312f2b7 commit 03e78d3

4 files changed

Lines changed: 258 additions & 312 deletions

File tree

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
10-
poetry-version: [1.8.4]
11-
os: [ubuntu-22.04, macos-latest, windows-latest]
9+
python-version: ['3.11', '3.12', '3.13']
10+
poetry-version: [2.1]
11+
os: [ubuntu-24.04, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Run image
19-
uses: abatilo/actions-poetry@v2.0.0
19+
uses: abatilo/actions-poetry@v3.0.2
2020
with:
2121
poetry-version: ${{ matrix.poetry-version }}
2222
- name: poetry install

0 commit comments

Comments
 (0)